Spread Windows Forms 12.0 Product Documentation
BarColor Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabar Interface : BarColor Property
Returns a FormatColor object that you can use to modify the color of the bars in a data bar conditional format.
Syntax
'Declaration
 
Property BarColor As Color
'Usage
 
Dim instance As IDatabar
Dim value As Color
 
instance.BarColor = value
 
value = instance.BarColor
Color BarColor {get; set;}

Property Value

The color of the bar.
See Also

Reference

IDatabar Interface
IDatabar Members