Vertical Property (YPlotArea)
Gets of sets whether the plot is vertical or horizontal.
public bool Vertical {get; set;}
'Declaration
Public Property Vertical As Boolean
'Usage
Dim instance As YPlotArea
Dim value As Boolean
instance.Vertical = value
value = instance.Vertical