Skip to main content

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.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"

An integer number specifying the angle in arc degrees.

See Also