Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Interaction Namespace / RangeSelector Class / IsVertical Property

In This Topic
    IsVertical Property
    In This Topic
    Gets or sets a value indicating whether the range selector is vertical.
    Syntax
    'Declaration
     
    
    Public Property IsVertical As Boolean
    public bool IsVertical {get; set;}
    Remarks
    By default, the range selector is horizontal.
    See Also