ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / AxisScrollbar Class / OrientationChanged Event

In This Topic
    OrientationChanged Event (AxisScrollbar)
    In This Topic
    Fires when the Orientation property changes.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.AxisScrollbar.OrientationChanged", "Fires when the property changes.")>
    Public Event OrientationChanged As EventHandler
    [C1Description("Interaction.AxisScrollbar.OrientationChanged", "Fires when the property changes.")]
    public event EventHandler OrientationChanged
    See Also