BootstrapPolarChartArgumentAxis.OriginValue Property
Specifies the value to be used as the origin for the argument axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Decimal | "-32768" | A decimal number that specifies the origin value. |
Remarks
Normally, BootstrapPolarChart calculates the origin value of the argument axis automatically depending on the smallest argument of series points. In case you need to specify it explicitly, use the OriginValue property.
Note
If the series contains points whose argument is less than the specified origin value, these points will reside to the left from the argument axis’ origin. This may lead the start and end of the resulting diagram to overlap.
See Also