How can I create an istance of TColorGrid series at runtime?
I tried with this code:
TColorGridSeries *series1;
series1=new TColorGridSeries ();
TColorGridSeries ->add->XYZ..............
but the constructor of TColorGridSeries class is not implemented.
Thanks
Series runtime instance
Hi.
How about this:
How about this:
Code: Select all
#include "TeeSurfa.hpp"
// ...
TColorGridSeries *colorgrid1= new TColorGridSeries(this);
colorgrid1->ParentChart = Chart1;
colorgrid1->AddXYZ(2,3,1,"",clTeeColor);
Marjan Slatinek,
http://www.steema.com
http://www.steema.com