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

BootstrapPolarChartArgumentAxis.StartAngle Property

Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Decimal "0"

A decimal number that specifies the angle.

See Also