Skip to main content

FormatConditionRuleDataBar.DrawAxis Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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