BootstrapPolarChartValueAxis.ShowZero Property
Specifies whether or not to indicate a zero value on the value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | One of the DefaultBoolean enumeration values. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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.