MindFusion.Charting for Silverlight Programmer's Guide
RadarChart.AngleDirection Property
See Also
 

Gets or sets the sweep direction of the angles in a polar chart.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public SweepDirection AngleDirection { get; set; }

Visual Basic  Copy Code

Public Property AngleDirection As SweepDirection

 Property Value

An instance of the System.Windows.Media.SweepDirection enum. Default value is System.Windows.Media.SweepDirection.Clockwise.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Silverlight Namespace