TdxChartXYDiagramZoomEventArgs Class
Stores information related to an OnZoom event occurrence in an XY diagram.
Declaration
TdxChartXYDiagramZoomEventArgs = class(
TdxChartXYDiagramRangesChangeEventArgs
)
Remarks
The TdxChartXYDiagramZoomEventArgs
class has members that allow you to identify the following in an OnZoom event handler:
- Scale ranges of the axis of arguments (X-Axis) before and after the current zoom operation (OldXRange and NewXRange).
- Scale ranges of the axis of values (Y-Axis) before and after the current zoom operation (OldYRange and NewYRange).
Direct TdxChartXYDiagramZoomEventArgs Class References
The AArgs
parameter of the TdxChartXYDiagramZoomEvent procedural type references a TdxChartXYDiagramZoomEventArgs
object.
Inheritance
TObject
TdxEventArgs
TdxChartXYDiagramRangesChangeEventArgs
TdxChartXYDiagramZoomEventArgs
See Also