Zoom Event
A "zoom event" is triggered when a user zoom or dezoom on a Chart. A zoom event has a zoomOrigin which is relative to the charting zone, and a zoomFactor (dezooming < 100% < zooming).
Parameters
zoomFactorX
the zoom ratio in Percent on the X dimension.
zoomFactorY
the zoom ratio in Percent on the Y dimension.
zoomOriginX
the relative zoom origin in Percent along the X-axis.
zoomOriginY
the relative zoom origin in Percent along the Y-axis.
Constructors
Properties
propagate
Link copied to clipboard
Indicates if this ChartEvent will be propagated to the listeners.
zoomFactorX
Link copied to clipboard
the zoom ratio in Percent on the X dimension.
zoomFactorY
Link copied to clipboard
the zoom ratio in Percent on the Y dimension.
zoomOriginX
Link copied to clipboard
the relative zoom origin in Percent along the X-axis.
zoomOriginY
Link copied to clipboard
the relative zoom origin in Percent along the Y-axis.