Skip to main content
A newer version of this page is available. .

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:

Direct TdxChartXYDiagramZoomEventArgs Class References

The AArgs parameter of the TdxChartXYDiagramZoomEvent procedural type references a TdxChartXYDiagramZoomEventArgs object.

Inheritance

See Also