TdxChartXYDiagram.OnScroll Event
Allows you to respond to scroll operations in the XY diagram.
Declaration
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