BootstrapPieChart.StartAngle Property
Specifies the angle in arc degrees from which the first segment of a pie chart should start.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.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" |
An integer number specifying the angle in arc degrees. |
See Also
Feedback