Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LegendArea Class / Vertical Property
Example


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
    public bool Vertical {get; set;}
    Example
    This example sets the Vertical property.
    See Also