Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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