Spread Windows Forms 12.0 Product Documentation
ColorType Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > INegativeBarFormat Interface : ColorType Property
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

Reference

INegativeBarFormat Interface
INegativeBarFormat Members