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

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