ComponentOne FlexPivot for WinForms
AxisScroll Event

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotChart Class : AxisScroll Event
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
 
 
 
 
 
See Also