Spread Windows Forms 12.0 Product Documentation
AxisColor Property (IDatabar)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabar Interface : AxisColor Property
Returns the color of the axis for cells with conditional formatting as data bars.
Syntax
'Declaration
 
Property AxisColor As Color
'Usage
 
Dim instance As IDatabar
Dim value As Color
 
instance.AxisColor = value
 
value = instance.AxisColor
Color AxisColor {get; set;}

Property Value

The color of the axis.
See Also

Reference

IDatabar Interface
IDatabar Members