MindFusion WinForms Programmer's Guide
PieChart.StartAngle Property
See Also
 





Gets or sets the start angle for drawing the pieces of the pie.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float StartAngle { get; set; }

Visual Basic  Copy Code

Public Property StartAngle As Single

 Property Value

A float value that specifies the start angle for the chart, clockwise, in degrees. Values should range from 0 to 360.

 Remarks

The property specifies the start angle for drawing the pieces of the pie. Possible values range from 0 to 360.

The data for the pie pieces is set with Data.

Default value for the StartAngle property is 0.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace