How can I set scrolling for Legend if it has many values and screen too small for all values?
Dmitry
Legend and Scrolling
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Legend and Scrolling
Hi Dmitry,
What about setting legend alignment to the bottom?
Other TeeChart versions (VCL, ActiveX, .NET) have a legend scrollbar tool. I'll add this to the wish-list (TJ71016101) for the Java version too.
What about setting legend alignment to the bottom?
Code: Select all
tChart1.getLegend().setAlignment(LegendAlignment.BOTTOM);
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Legend and Scrolling
Just wondering if the scrolling feature has been added for Java version?
Re: Legend and Scrolling
Hello,
I'm afraid it hasn't been implemented yet in TeeChart Java.
I've moved the ticket to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1142
I'm afraid it hasn't been implemented yet in TeeChart Java.
I've moved the ticket to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1142
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |