ComponentOne Chart for WPF and Silverlight
GetDirection Method (PolarRadarOptions)


C1.WPF.C1Chart Namespace > PolarRadarOptions Class : GetDirection Method
The chart.
Gets the value of the Direction attached property for the specified chart.
Syntax
'Declaration
 
<System.Windows.AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
Public Shared Function GetDirection( _
   ByVal chart As C1Chart _
) As System.Windows.Media.SweepDirection
'Usage
 
Dim chart As C1Chart
Dim value As System.Windows.Media.SweepDirection
 
value = PolarRadarOptions.GetDirection(chart)
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static System.Windows.Media.SweepDirection GetDirection( 
   C1Chart chart
)

Parameters

chart
The chart.

Return Value

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

Reference

PolarRadarOptions Class
PolarRadarOptions Members