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

BootstrapPolarChartArgumentAxis.Period Property

Specifies the period of the argument values in the data source.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal Period { get; set; }

Property Value

Type Default Description
Decimal "0"

A decimal number that specifies the period.

Remarks

This option makes sense when you have a continuous argument axis. All the argument values in the data source fit one circle of the argument axis, by default. You can use the Period property to set the interval of argument values that fits one circle of the argument axis. For instance, the argument values from 5 to 10 can be displayed with a period set to 5 in two argument axis circles: from 0 to 5 and from 6 to 10.

See Also