ComponentOne Chart for WPF and Silverlight
SetDirection Method (PolarRadarOptions)


C1.WPF.C1Chart Namespace > PolarRadarOptions Class : SetDirection Method
The chart
The direction of plotting for polar and radar charts.
Sets the value of the Direction attached property for the specified chart.
Syntax
'Declaration
 
Public Shared Sub SetDirection( _
   ByVal chart As C1Chart, _
   ByVal value As System.Windows.Media.SweepDirection _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Windows.Media.SweepDirection
 
PolarRadarOptions.SetDirection(chart, value)
public static void SetDirection( 
   C1Chart chart,
   System.Windows.Media.SweepDirection value
)

Parameters

chart
The chart
value
The direction of plotting for polar and radar charts.
See Also

Reference

PolarRadarOptions Class
PolarRadarOptions Members