Hi!
I read anywhere that the maximum range for TColorGridSeries is
2000x2000. I need bigger grids... is there any "Define" with these limits?
Would it work to change these "Defines" and recompile the sources?
Thanks!
Bye.
TColorGridSeries limits
Hi.
In case you have TeeChart source code all you must do is increase the maximum number of allowed points in x and z direction and recompile TeeChart sources. Maximum number of cells is defined by the
, declared in TeeSurfa.pas unit (TeeChart v7 VCL). If you want bigger matrix, just increase this value and recompile/reinstall TeeChart from source code. But be aware of the memory consumption in case you increase maximum allowed size.
In case you have TeeChart source code all you must do is increase the maximum number of allowed points in x and z direction and recompile TeeChart sources. Maximum number of cells is defined by the
Code: Select all
Const MaxAllowedCells=3000; { max 3000 x 3000 cells }
Marjan Slatinek,
http://www.steema.com
http://www.steema.com