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

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public static void SetDirection(
	C1Chart chart,
	SweepDirection value
)
Visual Basic
Public Shared Sub SetDirection ( _
	chart As C1Chart, _
	value As SweepDirection _
)

See Also