
Index
Date: Wed, 10 Dec 2003 15:50:24 +0100
From: Y. Sohbi
Subject: sample question for Bar series
Newsgroup: steema.public.teegofer2.general
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