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

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