TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
TestAlways
- Advanced
- Posts: 228
- Joined: Tue Aug 28, 2007 12:00 am
- Location: Oregon, USA
Post
by TestAlways » Tue Apr 20, 2010 11:28 pm
I have a chart that based on a user setting can either be displayed as stacked bar or stacked area. Here are the images below:
and
The code doesn't change except for the way the series is created--the chart is never adjusted for the difference. (It does grab a different values list--there are ~12 times as many values used in the stacked area chart as the stacked bar chart).
So why will the Y axis have different maximum value when it is an area series vs. a bar series?
Thanks,
Ed Dressel
-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Wed Apr 21, 2010 10:05 am
Hi Ed,
Looking at your images I get the impression that left axis in the area chart has a MaximumOffset or Maximum value fixed. Is that the case? If this isn't, can you please attach a simple example project we can run "as-is" to reproduce the problem here?
Thanks in advance.