Since when TChartSeries implements BeginUpdate/EndUpdate?
Posted: Fri Jun 24, 2005 10:25 pm
Hi!
I'm developing a component that interfaces with TeeChart, namely with TChartSeries and I make a heavy use of BeginUpdate/EndUpdate method pair in order to increase the performance when manipulating with series points (TeeChart 7 VCL Pro). I plan to deploy my component to another developers who may have a different (lower) TeeChart Pro versions or even standard version(s) that ship with Delphi.
My questions are:
1) In which TeeChart PRO version were BeginUpdate/EndUpdate methods of TChartSeries introduced for the first time ever?
2) After making some research myself, it seems to me that NONE of the standard versions of TeeChart that ship with Delphi 4 to Delphi 2005 do implement these methods. Can anyone confirm this to me, please?
3) Is there any conditional define of TeeChart version so I can easily $IFDEF every call to these methods in my code with respect to a variety of TeeChart versions living around?
Thanks in advance!
Ivo
I'm developing a component that interfaces with TeeChart, namely with TChartSeries and I make a heavy use of BeginUpdate/EndUpdate method pair in order to increase the performance when manipulating with series points (TeeChart 7 VCL Pro). I plan to deploy my component to another developers who may have a different (lower) TeeChart Pro versions or even standard version(s) that ship with Delphi.
My questions are:
1) In which TeeChart PRO version were BeginUpdate/EndUpdate methods of TChartSeries introduced for the first time ever?
2) After making some research myself, it seems to me that NONE of the standard versions of TeeChart that ship with Delphi 4 to Delphi 2005 do implement these methods. Can anyone confirm this to me, please?
3) Is there any conditional define of TeeChart version so I can easily $IFDEF every call to these methods in my code with respect to a variety of TeeChart versions living around?
Thanks in advance!
Ivo