MultiSeries Question

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Miroslav Hometa
Newbie
Newbie
Posts: 14
Joined: Wed Apr 05, 2006 12:00 am

MultiSeries Question

Post by Miroslav Hometa » Thu Aug 28, 2008 7:48 am

Hello!

I have an problem:

I have two TBarSeries (mbSide). 2D is set.
Now I want to insert on every Bar-side 2 different series
(PointSeries and ErrorSeries) which will overlay the bars.

Is this possible and how can I do this!

I have posted an image on your upload page to visualize
how this should look! (3S-mbSide.JPG)

With best regards

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Aug 29, 2008 4:33 pm

Hi Miroslav,

it's possible to do it, but using some tricks. For example you should use an extra axis (custom horizontal axis) for each series you wanto to display over each Bar Series. Setting each Point Series horiz axis to the custom one and then assign a minimum offset to it (to move the Series) should do the trick.

Post Reply