How to get Legend Text
Posted: Tue Jun 21, 2005 6:23 am
Hi,
I have a normal line series chart with couple of line series displayed. I also have legend visible for each series.
I am assigning the following procedure to Chart's OnClickSeries event
So whenever someone clicks on the series I want to show the legend text of that series
Is this possible..? Please help.
Thanks
I have a normal line series chart with couple of line series displayed. I also have legend visible for each series.
I am assigning the following procedure to Chart's OnClickSeries event
Code: Select all
procedure DoOnClickSeries(Sender: TCustomChart; Series: TChartSeries; ValueIndex: Integer; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
Is this possible..? Please help.
Thanks