Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / Vertical Property


In This Topic
Vertical Property (LegendArea)
In This Topic
Gets or sets whether the legend items are layed out vertically or horizontally.
Syntax
'Declaration
 
Public Property Vertical As Boolean
 
'Usage
 
Dim instance As LegendArea
Dim value As Boolean
 
instance.Vertical = value
 
value = instance.Vertical
See Also