Inverted Property (ChartView)
In This Topic
Gets or sets whether the direction of plotting is inverted.
Syntax
'Declaration
Public Property Inverted As Boolean
'Usage
Dim instance As ChartView
Dim value As Boolean
instance.Inverted = value
value = instance.Inverted
public bool Inverted {get; set;}
See Also