Gets or sets the start angle of the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double StartAngle { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartAngle As Double |
A double value in the interval [0..360]. The default is 0.
An exception is raised if the value of the property is not a valid angle value.