Index

From: Paulo Dias
Subject: Help with Series AddXY
Date: Sat, 20 Aug 2005 19:33:32 +0100
Newsgroup: steema.public.teechart6.cppbuilder  

Hello, i have C++ Builder 6 with TeeChart 6.0...

Then when i do this code the chart don't show the poinst added...

At design time i add one serie, and called Average...


//---- Code Example

Chart1->Series[0]->Clear();
for(int x=1; x<50; x++)
Chart1->Series[0]->AddXY(x,x*1000,"Test",clBlue);

Thanks in advance

Paulo Dias