Back to Devexpress

TdxChartXYDiagram.OnScroll Event

vcl-dxchartxydiagram-dot-tdxchartxydiagram-d7234fe2.md

latest781 B
Original Source

TdxChartXYDiagram.OnScroll Event

Allows you to respond to scroll operations in the XY diagram.

Declaration

delphi
property OnScroll: TdxChartXYDiagramScrollEvent read; write;

Remarks

The OnScroll event occurs in response to every scroll operation in the XY diagram.

Refer to the TdxChartXYDiagramScrollEvent procedural type description for detailed information on parameters accessible in an OnScroll event handler.

See Also

TdxChartXYDiagram.OnZoom Event

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit