Hi,
How can I hide the TLegendScrollBar when all items fit within the Legend area? And how do I show it again in case items will disappear from the screen/chart?
Thanks.
Eric.
Hide the TLegendScrollBar
Re: Hide the TLegendScrollBar
Hi Eric,
You can do something as follows:
You can do something as follows:
Code: Select all
Chart1.Draw;
ChartTool1.Active:=(Chart1[0].Count > Chart1.Legend.NumRows);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |