Chart.OnCursorChanged(EventArgs) Method

Definition

Overrides the OnCursorChanged(EventArgs) method and raises the CursorPositionChanging and CursorPositionChanged events.

protected:
 override void OnCursorChanged(EventArgs ^ e);
protected override void OnCursorChanged (EventArgs e);
override this.OnCursorChanged : EventArgs -> unit
Protected Overrides Sub OnCursorChanged (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to