TeEngine.TChartClickedPart
 
 
 


TChartClickedPart

type TChartClickedPart = record;

Unit
TeEngine

Description

Record used to store information about the TChart component at an X,Y co-ordinate

TChartClickedPart = record
Part : TChartClickedPartStyle;
PointIndex : Integer;
ASeries : TChartSeries;
AAxis : TChartAxis;
end;

Several methods require or return a TChartClickedPart record variable, like TCustomChart.CalcClickedPart.

The TSelectorTool is a convenient, easy to use component to manage mouse clicks at different Chart parts.




Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.