Index

From: Marc Meumann
Subject: Re: sample question for Bar series
Date: Thu, 11 Dec 2003 12:11:24 +0100
Newsgroup: steema.public.teegofer2.general  

Hello,

If you want to see various values stacked into one Bar you can use:

(assuming you are using TeeChart ActiveX version)

TChart1.Series(0).GetasBar().SetMultiBar = mbSelfStack;

If you are using a different version of TeeChart the syntax will be
different but similar. Look for the MultiBar property in the Bar Series.

Please note that this message is incorrectly posted to the TeeGofer
newsgroup and to use the group applicable to your version of TeeChart for
future posts.

Thanks!
Regards,
Marc Meumann
Steema Software SL
http://www.steema.com

"Y. Sohbi" wrote in message
news:YUAgO0yvDHA.2548@TEEPC.Steema.local...
> Hi,
>
> could you tell me how to plot a Bar serie.
> I have a same Y value with X multiple value ie
>
> Y= 10 , X= 20 to 30
>
> for(X=20; X<= 30; X++)
> Series1->AddXY(X, Y,"",clTeeColor);
>
> If I execute this code It obtain a multiple Bar.
> My purpose is how to avoid this ie
> how to obtain a single Bar.
>
> Thank you for your response
>
>
>
> --
> Y. Sohbi
>