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

FormatConditionRuleDataBar.DrawAxis Property

Gets or set whether to draw the vertical axis between positive and negative data bars.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public bool DrawAxis { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the axis is painted; otherwise, false.

See Also