Raised when the user zooms into this plot's data range.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public event EventHandler ZoomChanged |
Visual Basic
Copy Code
|
|---|
Public Event ZoomChanged As EventHandler |
Event DataZoomChanged event handlers receive an argument of type EventArgs.
See Also