A newer version of this page is available.
Switch to the current version.
BootstrapChartValueAxis.ShowZero Property
Specifies whether to show zero on the value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowZero { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowZero As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
true to show zero; otherwise, false. |
Remarks
By default, the value axis shows zero for area- and bar-like series, and hides it for others. To force showing zero regardless of the series type, set the ShowZero property to true. If you set this property to false, zero will be hidden until it is included in any series.
Implements
DevExpress.Web.Bootstrap.IValueAxis.ShowZero
See Also
Feedback