Gets or sets whether the direction of plotting is inverted.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public bool Inverted { get; set; } |
Visual Basic |
---|
Public Property Inverted As Boolean Get Set |
XAML Attribute Usage |
---|
<object Inverted="bool" .../> |
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).