A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(GetType(Decimal), "0")>
Public Property StartAngle As Decimal
Property Value
Type | Default | Description |
---|---|---|
Decimal | "0" |
A decimal number that specifies the angle. |
See Also
Feedback