MindFusion.Charting Programmer's Guide

PieChart.StartAngle Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float StartAngle { get; set; }

Visual Basic  Copy Code

Public Property StartAngle As Single

 Property Value

A float value that represents the start angle.

 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