Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / AxisColor Property


In This Topic
AxisColor Property (IDatabar)
In This Topic
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

Property Value

The color of the axis.
See Also