ComponentOne Chart for WPF and Silverlight
GetDirection Method (PieOptions)


C1.WPF.C1Chart Namespace > PieOptions Class : GetDirection Method
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 = PieOptions.GetDirection(chart)
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static System.Windows.Media.SweepDirection GetDirection( 
   C1Chart chart
)

Parameters

chart
See Also

Reference

PieOptions Class
PieOptions Members