Back to Devexpress

TdxChartXYDiagramScrollEvent Type

vcl-dxchartxydiagram-49ec31b6.md

latest1.2 KB
Original Source

TdxChartXYDiagramScrollEvent Type

The procedural type for scroll notification events in an XY diagram.

Declaration

delphi
TdxChartXYDiagramScrollEvent = procedure(Sender: TdxChartXYDiagram; AArgs: TdxChartXYDiagramScrollEventArgs) of object;

Parameters

NameTypeDescription
SenderTdxChartXYDiagram

Provides access to the XY diagram that raised the current scroll notification events.

| | AArgs | TdxChartXYDiagramScrollEventArgs |

Provides access to information related to the current scroll notification event. Use this parameter to identify scale changes after the scroll operation.

|

Remarks

An XY diagram‘s OnScroll event references the TdxChartXYDiagramScrollEvent procedural type.

See Also

TdxChartXYDiagramZoomEvent Procedural Type

dxChartXYDiagram Unit