MindFusion.Wpf Pack Programmer's Guide
RadarChart.AngleDirection Property
See Also
 





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

 Syntax

C#  Copy Code

public SweepDirection AngleDirection { get; set; }

Visual Basic  Copy Code

Public Property AngleDirection As SweepDirection

 Property Value

A member of the WPF SweepDirection enumeration. The default value is Clockwise.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace