Skip to main content
A newer version of this page is available. .

FormatConditionRuleDataBar.AxisColor Property

Gets or sets the color of the vertical axis between positive and negative data bars.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[XtraSerializableProperty]
[DXCategory("Appearance")]
public Color AxisColor { get; set; }

Property Value

Type Description
Color

A value that specifies the color of the vertical axis between positive and negative data bars.

Remarks

The FormatConditionRuleDataBar.DrawAxis property specifies whether to draw the vertical axis between positive and negative data bars.

See Also