Page 1 of 1

Stacking

Posted: Mon Mar 08, 2004 1:15 pm
by 5892718
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?

Posted: Wed Apr 21, 2004 11:59 am
by Marjan
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.