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

Namespace:  C1.Phone.Chart
Assembly:  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
value
Type: System.Windows.Media..::..SweepDirection

See Also