Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineDataBarRule Class / MinimumValueType Property

In This Topic
    MinimumValueType Property
    In This Topic
    Gets or sets the minimum value type used to calculate the length of the bar.
    Syntax
    'Declaration
     
    Public Property MinimumValueType As RulesEngineValueType
    public RulesEngineValueType MinimumValueType {get; set;}
    See Also