Page 1 of 1

Help Controlling the legend rectangle

Posted: Thu Sep 04, 2008 3:56 pm
by 9092401
Hi
I want to set a limit to the size of the legend rectangle. currently the rectangle is adjusted according to the legend text size and I want it limited because I have the graph inside a panel and if the text is too long then it takes up too much space and not enough is left for the graph.I also want the text to be continued with Ellipsis to show that there is more text. I saw that you have events GetLegendRect and GetLegendText but I expected there to be some kind of style where I can limit the rectangle and everything will be done automatically . Is there such a thing.
Thanks

Posted: Fri Sep 05, 2008 7:32 am
by narcis
Hi qcrnd,

I'm afraid this is not possible for now. You'll have to use the events you mentioned. I'll also add your request to the wish-list to be considered for inclusion in future releases.

Posted: Sun Sep 07, 2008 12:37 pm
by 9092401
Thanks