ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / AxisScrollbar Class / Orientation Property

In This Topic
    Orientation Property (AxisScrollbar)
    In This Topic
    Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("Interaction.AxisScrollbar.Orientation", "Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.")>
    Public Property Orientation As Orientation
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("Interaction.AxisScrollbar.Orientation", "Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.")]
    public Orientation Orientation {get; set;}
    See Also