TdxSpreadSheetConditionalFormattingRuleDataBarStyle.AxisColor Property
Specifies the color of data bar axes displayed in all cells affected by a “Data Bar“ conditional formatting rule.
Declaration
property AxisColor: TColor read; write; default clBlack;
Property Value
Type | Default |
---|---|
TColor | clBlack |
Remarks
Data bar axes are vertical dashed lines that split the affected cells into two parts displaying positive and negative data bars:
Use the AxisColor property to change the default color of the data bar axes. The actual position and visibility of data bar axes depends on the AxisPosition and Direction property values.
End-users can change the data bar axis color by using the “Axis color” combo box within the “Axis Settings” group of the “Data Bar Rule Style Settings” dialog:
The default AxisColor property value is clBlack.
See Also