How to control the legend size ??
Posted: Tue Feb 01, 2005 5:55 pm
Hi,
I am trying to get some control over the size of the legend.
First I try to set the maximum number of lines to 20 by means of:
tChart1.Legend.MaxNumRows = 20;
but in case of 50 series the legend keeps growing vertically till it reaches the bottom.
I want to set the max. number of lines for my legend, so that I can activate my TrackBar for scrolling in case the no. of lines in the legend exceeds that max. number.
But how can I do that ??
Some help would be nice.
Thanks.
Regards,
Antoon Koster
Netherlands
I am trying to get some control over the size of the legend.
First I try to set the maximum number of lines to 20 by means of:
tChart1.Legend.MaxNumRows = 20;
but in case of 50 series the legend keeps growing vertically till it reaches the bottom.
I want to set the max. number of lines for my legend, so that I can activate my TrackBar for scrolling in case the no. of lines in the legend exceeds that max. number.
But how can I do that ??
Some help would be nice.
Thanks.
Regards,
Antoon Koster
Netherlands