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

In This Topic
    ValueChanged Event (AxisScrollbar)
    In This Topic
    Fires when any of the properties: LowerValue or UpperValue changes.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.AxisScrollbar.ValueChanged", "Fires when any of the properties: LowerValue or UpperValue changes.")>
    Public Event ValueChanged As EventHandler
    [C1Description("Interaction.AxisScrollbar.ValueChanged", "Fires when any of the properties: LowerValue or UpperValue changes.")]
    public event EventHandler ValueChanged
    See Also