Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / AxisColor Property


In This Topic
AxisColor Property (DatabarCfRule)
In This Topic
Gets or sets the axis color of the data bar.
Syntax
'Declaration
 
Public Property AxisColor As Color
 
'Usage
 
Dim instance As DatabarCfRule
Dim value As Color
 
instance.AxisColor = value
 
value = instance.AxisColor

Property Value

A Color value represents the axis color of the data bar.
See Also