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

BootstrapPolarChartArgumentAxis.OriginValue Property

Specifies the value to be used as the origin for the argument axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(typeof(decimal), "-32768")]
public decimal OriginValue { get; set; }

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