ComponentOne Chart for WPF and Silverlight
Inverted Property (ChartView)


C1.WPF.C1Chart Namespace > ChartView Class : Inverted Property
Gets or sets whether the direction of plotting is inverted.
Syntax
'Declaration
 
Public Property Inverted As System.Boolean
'Usage
 
Dim instance As ChartView
Dim value As System.Boolean
 
instance.Inverted = value
 
value = instance.Inverted
public System.bool Inverted {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

Reference

ChartView Class
ChartView Members