Gets or sets whether the direction of plotting is inverted.

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

Syntax

C#
public bool Inverted { get; set; }
Visual Basic
Public Property Inverted As Boolean
	Get
	Set

Remarks

By default (Inverted=false) the direction of plotting is horizontal. When the Inverted property is set to true the direction becomes vertical and the axes are swapped(AxisX and AxisY).

See Also