ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / AxisScroll Event

In This Topic
    AxisScroll Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event AxisScroll As C1.Win.C1Chart.AxisScrollEventHandler
    public event C1.Win.C1Chart.AxisScrollEventHandler AxisScroll
    Event Data

    The event handler receives an argument of type C1.Win.C1Chart.AxisScrollEventArgs containing data related to this event. The following AxisScrollEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value identifying the axis that is scrolled.  
    Gets or sets the value of the axis scrollbar as it will be after event completion. The axis scrollbar value indicates the fraction between the minimum and maximum.  
    Gets the value of the axis scrollbar before the event. The axis scrollbar value indicates the fraction between the minimum and maximum.  
    Gets a value indicating the type of scroll event.  
    Gets a value indicating the orientation of the axis scrollbar.  
    See Also