Legend and Scrolling

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Dmitry
Newbie
Newbie
Posts: 54
Joined: Mon Jul 27, 2009 12:00 am
Contact:

Legend and Scrolling

Post by Dmitry » Thu Mar 22, 2012 4:36 pm

How can I set scrolling for Legend if it has many values and screen too small for all values?
Dmitry

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Legend and Scrolling

Post by Narcís » Fri Mar 23, 2012 1:23 pm

Hi Dmitry,

What about setting legend alignment to the bottom?

Code: Select all

            tChart1.getLegend().setAlignment(LegendAlignment.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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

roop
Newbie
Newbie
Posts: 7
Joined: Wed Aug 06, 2014 12:00 am

Re: Legend and Scrolling

Post by roop » Tue Feb 17, 2015 6:05 pm

Just wondering if the scrolling feature has been added for Java version?

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Legend and Scrolling

Post by Yeray » Wed Feb 18, 2015 9:42 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply