Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / YPlotArea Class / Vertical Property
Example


In This Topic
    Vertical Property (YPlotArea)
    In This Topic
    Gets of sets whether the plot is vertical or horizontal.
    Syntax
    'Declaration
     
    Public Property Vertical As Boolean
    'Usage
     
    Dim instance As YPlotArea
    Dim value As Boolean
     
    instance.Vertical = value
     
    value = instance.Vertical
    public bool Vertical {get; set;}
    Example
    This example sets the Vertical property.
    See Also