'Declaration
Public Shared Sub SetDirection( _ ByVal chart As C1Chart, _ ByVal value As SweepDirection _ )
'Usage
Dim chart As C1Chart Dim value As SweepDirection PolarRadarOptions.SetDirection(chart, value)
public static void SetDirection( C1Chart chart, SweepDirection value )
Parameters
- chart
- The chart
- value
- The direction of plotting for polar and radar charts.