BarWidth and zooming

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Gavin
Newbie
Newbie
Posts: 1
Joined: Tue Jan 20, 2009 12:00 am

BarWidth and zooming

Post by Gavin » Tue Mar 17, 2009 9:46 am

I've plotted a Bar series (x-axis is Date), but when I zoom in the bar widths don't seem to change; it looks as if the width (in pixels) of the zoomed bars are the same width as the original, un-zoomed versions (with lots of white-space inbetween).

I've tried using setBarWidthPercent(), but the only way that works is if I set it to 100%. Doing so means multiple series overlap rather than appearing side-by-side (which I believe is a known problem with 100% widths; I've seen it in other posts here).

I saw a post in the VCL/CLX forum (http://www.teechart.net/support/viewtopic.php?p=5738) where you recommend using "Series.AutoBarSize := True;" - is there an equivalent in Java?

I'm using the latest version from your customer download page. It says "Build 2.0.0.701" there and the MD5sum matches the .zip file I'm using, although when I run TeeChart.Installer.jar it says "Version: 1.0.1.817" on the first "license agreement" messagebox.

Thankyou,
Gavin

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

Post by Narcís » Wed Mar 18, 2009 12:28 pm

Hi Gavin,

I'm afraid this is not available in the Java version. I've added your request to the wish-list to be considered for inclusion in future releases.
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

Post Reply