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
Search found 4 matches
- Tue Jan 25, 2005 9:31 am
- Forum: VCL
- Topic: Series runtime instance
- Replies: 1
- Views: 4187
- Tue Jan 25, 2005 9:12 am
- Forum: VCL
- Topic: Color Grid map
- Replies: 1
- Views: 4372
Color Grid map
Hi, I need to design a grid a colored cells but Color Grid map dosen't work well!! Infact with the following code it (correctly) produces a map of 4 cells centered in (1,1), (2,1), (1,2), (2,2): TColorGridSeries1->AddXYZ(1,1,1); TColorGridSeries1->AddXYZ(2,2,1); TColorGridSeries1->AddXYZ(1,3,2); TCo...
- Tue Jan 18, 2005 3:52 pm
- Forum: VCL
- Topic: contour lines
- Replies: 1
- Views: 4147
contour lines
Hi,
is it possible in contour maps to put on contour lines labels indicating values of each line?
.... and can I fill space between contour lines with different colours?
Thanks
is it possible in contour maps to put on contour lines labels indicating values of each line?
.... and can I fill space between contour lines with different colours?
Thanks
- Tue Jan 18, 2005 12:47 pm
- Forum: VCL
- Topic: Problems compiling Contour
- Replies: 1
- Views: 4489
Problems compiling Contour
Hi, I installed TeeChart7.03 for c++ builder 6 using binary installer. I made a very simple application with a main form and a graph; using different chart type (points, lines, etc.) I compiled without problems but with contour types I have problems in compiling, c++ builder IDE crashes and i must k...