Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThreeColorScaleRule Class / MidpointType Property


In This Topic
    MidpointType Property
    In This Topic
    Gets or sets the midpoint scale type.
    Syntax
    'Declaration
     
    Public Property MidpointType As ScaleValueType
    'Usage
     
    Dim instance As ThreeColorScaleRule
    Dim value As ScaleValueType
     
    instance.MidpointType = value
     
    value = instance.MidpointType
    public ScaleValueType MidpointType {get; set;}
    See Also