Series runtime instance
Posted: Tue Jan 25, 2005 9:31 am
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
I tried with this code:
TColorGridSeries *series1;
series1=new TColorGridSeries ();
TColorGridSeries ->add->XYZ..............
but the constructor of TColorGridSeries class is not implemented.
Thanks