Stacking

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
David
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am

Stacking

Post by David » Mon Mar 08, 2004 1:15 pm

I am running a DBChart stacked. I have 2 series with 1 being a subset of the other.

eg.
Series1 = longest wait time
Series2 = averagewait time

if longest wait was 10 seconds and average wait was 3 seconds I would like to show a stackbar of 10 plotted in height with the first 3 plotted as the smaller series.

Is this configurable?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Apr 21, 2004 11:59 am

Hi.
Is this configurable?
Yes, but not with couple of clicks :wink: You'll have to cycle through datasets and manually populate both series with data by using Add (or AddXY) method. Of course, at the same time, you should set both series MultiBar property to mbSelfStack. The end result will be two self-stacked series. You only have to figure out / code the logic for adding points to specific series.
Marjan Slatinek,
http://www.steema.com

Post Reply