Hello,
How can I custom the text who appears in the legend ?
Is it possible to select the dataset fields who must appear or is it manual ?
Thanks
TDBChart (Pie) and legend
TDBChart (Pie) and legend
Regards
Frédéric SCHENCKEL
Frédéric SCHENCKEL
Hi Frédéric,
If you need more customization then you will have to use the Canvas techniques, like in the example you can find in the Demo Features project under : All Features -> Welcome -> Miscellaneous -> Legend -> Drawing more Text
Chart1.Legend.LegendStyle := lsValues;
You can customize the text of the Legend using the OnGetLegendText Event, which allow you to change the text of the items that appear into it.How can I custom the text who appears in the legend ?
manual ?
If you need more customization then you will have to use the Canvas techniques, like in the example you can find in the Demo Features project under : All Features -> Welcome -> Miscellaneous -> Legend -> Drawing more Text
You only have the option to choose the legend Style usign :Is it possible to select the dataset fields who must appear or is it
Chart1.Legend.LegendStyle := lsValues;
Pep Jorge
http://support.steema.com
http://support.steema.com