TChartClickAxis

TChartClickAxis

type TChartClickAxis = procedure(Sender: TCustomChart; Axis: TChartAxis; Button: TMouseButton; Shift: TShiftState; x, y: Integer) of object;

Unit
Chart

Description
The TChartClickAxis type points to a method that notifies a TChartAxis component that a click event has occurred. It is used by OnClickAxis.