Chart::OnCursorChanged Method (EventArgs^)

.NET Framework (current version)
 

Overrides the OnCursorChanged method and raises the CursorPositionChanging and CursorPositionChanged events.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

protected:
virtual void OnCursorChanged(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

.NET Framework
Available since 4.0
Return to top
Show: