
Index
From: Marjan Slatinek
Subject: Re: Multi-series x-axis labels
Date: Tue, 7 Oct 2003 07:15:03 +0200
Newsgroup: public.teechart5.general
Hi, Al.
This is a known limitation in TeeChart. If you specify series labels
(XLabels) then only first series labels will be shown. Workaround is to add
another "fake" series at position 0 in SeriesList and then use it only for
populating/displaying all series labels. In effect, the "fake" series will
store and display all x labels and other series will display only point
values (bars).
OR if you're using TeeChart v6, you could also define custom x labels and
ignore XLabels all together.
We're aware of this limitation and will do our best to improve it for next
release.
--
Regards,
Marjan Slatinek
TeeChart Support
marjan@steema.com
--------------------------------------
"Al Vas" wrote in message
news:rCssBI9iDHA.2624@TEEPC...
> Hi,
>
> I have multiple series displaying in a bar graph. I have series stack
> chosen as side-all. The labels for the first series display but the
others
> do not. Is there a way to have every series bar show its label?
>
> Also when I have Chart/Axis/Bottom Axis set to a maximum number of points
> (as opposed to automatic), it appears to continue the additional series
that
> cant fit outside the page boundaries instead of starting a new page.
Again
> is this a bug? If so, is it just a V5 issue or is it also an issue in V6.
> There appears to be a few issues based around column widths and paging
when
> not using auto.
>
> Regards
>
> Alex
>
>