Back to Devexpress

FormatConditionRuleDataBar.DrawAxis Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionruledatabar-f6b3a2ad.md

latest1.5 KB
Original Source

FormatConditionRuleDataBar.DrawAxis Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool DrawAxis { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Property DrawAxis As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the axis is painted; otherwise, false.

|

See Also

AxisColor

DrawAxisAtMiddle

FormatConditionRuleDataBar Class

FormatConditionRuleDataBar Members

DevExpress.XtraEditors Namespace