Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarRule Class / MinimumType Property


In This Topic
    MinimumType Property (DataBarRule)
    In This Topic
    Gets or sets the minimum type.
    Syntax
    'Declaration
     
    Public Property MinimumType As ScaleValueType
    'Usage
     
    Dim instance As DataBarRule
    Dim value As ScaleValueType
     
    instance.MinimumType = value
     
    value = instance.MinimumType
    public ScaleValueType MinimumType {get; set;}
    See Also