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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean true

true if the axis is painted; otherwise, false.

See Also