Page 1 of 1

fix the height of Legend

Posted: Mon Aug 14, 2006 7:09 am
by 9346574
Hi,

I need to fix the height of Legend to the half height of chart Rect.
If the no of items increases the legend scrollbar should be enabled.

Currently the legend height equals the height of the chart and notable to reduce the height.

Regards,
Krishna.

Posted: Mon Aug 14, 2006 8:34 am
by Pep
Hi Krishna,

one way would be to use TChart OnGetLegend... events to fully customize all legend items. Or alternatively, display only limited range of legend entries and then allow user to scroll these legend entries.

Please take a look at the demos and help file how to use them and if you still having problems let us know.