[]
        
(Showing Draft Content)

C1.WPF.C1Chart.PolarRadarOptions.GetDirection

GetDirection Method

GetDirection(C1Chart)

Gets the value of the Direction attached property for the specified chart.

Declaration
[AttachedPropertyBrowsableForType(typeof(C1Chart))]
public static SweepDirection GetDirection(C1Chart chart)
<AttachedPropertyBrowsableForType(GetType(C1Chart))>
Public Shared Function GetDirection(chart As C1Chart) As SweepDirection
Parameters
Type Name Description
C1Chart chart

The chart.

Returns
Type Description
SweepDirection

The direction of plotting for polar and radar charts.