Gets or sets the sweep direction of the angles in a polar chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public SweepDirection AngleDirection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AngleDirection As SweepDirection |
A member of the WPF SweepDirection enumeration. The default value is Clockwise.
See Also