Skip to main content

BootstrapPolarChartValueAxis.ShowZero Property

Specifies whether or not to indicate a zero value on the value axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowZero { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

One of the DefaultBoolean enumeration values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

When this option is not defined, value axis behaves differently depending on the type of the series that it displays. When the value axis displays an area or bar series, it has the zero value indicated. Otherwise, it does not.

You can force the value axis to indicate the zero value no matter what type of series it displays by setting the ShowZero property to true.

When this option is set to false, the zero value is not indicated until it is included in the displayed series.

See Also