IChartEditorPanel.SelectUnderMouse
IChartEditorPanel

procedure SelectUnderMouse;

Type Library
TeeChartx

Description
Selects the item under mouse cursor, activating the relevant Editor page.

Example [Delphi]:

procedure TChartEditorPanelForm.Chart1MouseDown(Sender: TObject;

Button: TMouseButton; Shift: TShiftState; X, Y: Integer);

begin

{ On mouse down, show the appropiate tab in the editor... }

ChartEditorPanel1.SelectUnderMouse;

end;