Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / AxisColor Property


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

Property Value

The color of the axis.
See Also