TCustomChart.OnClickBackground

TCustomChart.OnClickBackground
TCustomChart

property OnClickBackground: TChartClick;

Unit
Chart

Description
An OnClickBackGround event occurs whenever the user clicks onto a Chart space outside Axis, Series points or Chart Legend.

It has the lower priority of all other mouse events.

The Sender parameter specifies the Chart component that originated the event.

The Button, Shift, X and Y parameters determine the mouse button and mouse cursor coordinates at the time the Chart was clicked.