Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INegativeBarFormat Interface / ColorType Property


In This Topic
    ColorType Property (INegativeBarFormat)
    In This Topic
    Specifies whether to use the same fill color as positive data bars.
    Syntax
    'Declaration
     
    
    Property ColorType As DatabarNegativeColorType
    'Usage
     
    
    Dim instance As INegativeBarFormat
    Dim value As DatabarNegativeColorType
     
    instance.ColorType = value
     
    value = instance.ColorType
    DatabarNegativeColorType ColorType {get; set;}

    Property Value

    The type of the color.
    See Also