Sets the value of the Direction attached property for the specified chart.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public static void SetDirection( C1Chart chart, SweepDirection value ) |
| Visual Basic |
|---|
Public Shared Sub SetDirection ( _ chart As C1Chart, _ value As SweepDirection _ ) |
Parameters
- chart
- Type: C1.Phone.Chart..::..C1Chart
The chart
- value
- Type: System.Windows.Media..::..SweepDirection
The direction of plotting for polar and radar charts.