Search
Plot2D.ZoomChanged Event
See Also
 






Raised when the user zooms into this plot's data range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public event EventHandler ZoomChanged

Visual Basic  Copy Code

Public Event ZoomChanged As EventHandler

 Event Data

ZoomChanged event handlers receive an argument of type EventArgs.

 See Also