Spread for ASP.NET 12 Product Documentation
Vertical Property (LegendArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LegendArea Class : Vertical Property
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
public bool Vertical {get; set;}
See Also

Reference

LegendArea Class
LegendArea Members