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

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; }

Property Value

Type Default Description
DefaultBoolean **Default**

true to show zero; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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.

See Also