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

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

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