FormatConditionRuleDataBar.AxisColor Property
Gets or sets the color of the vertical axis between positive and negative data bars.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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