MindFusion.Wpf Pack Programmer's Guide
PieSeries.StartAngle Property
See Also
 





Gets or sets the start angle of the chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double StartAngle { get; set; }

Visual Basic  Copy Code

Public Property StartAngle As Double

 Property Value

A double value in the interval [0..360]. The default is 0.

 Remarks

An exception is raised if the value of the property is not a valid angle value.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Wpf Namespace