[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollEventHandler

AxisScrollEventHandler Delegate

Represents the method that handles the axis scroll event.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate void AxisScrollEventHandler(object sender, AxisScrollEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

AxisScrollEventArgs e

A AxisScrollEventArgs that contains event data.

Constructors

Name Description
AxisScrollEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, AxisScrollEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, AxisScrollEventArgs)