FastLineSeries DrawAllPoints Access Violation
Posted: Fri Feb 24, 2012 11:05 am
Hi,
I've found a problem with TFastLineSeries(A) that uses another TFastLineSeries(source) as a DataSource.
If A has DrawAllPoints set to false and source has less than 2 points then an access violation is thrown
everytime the chart is drawn.
I've included a small sample project with this setup.
I tested it on my current setup and teechart that came bundled with Delphi XE, the bundled
version worked OK.
Please note that I have found a workaround where I disable DrawAllPoints when the source
series has fewer than 2 points.
Using
Delphi XE with Update 1, 15.0.3953.35171
TeeChart Pro v2011.04.41118 32bit VCL
Kjaran
I've found a problem with TFastLineSeries(A) that uses another TFastLineSeries(source) as a DataSource.
If A has DrawAllPoints set to false and source has less than 2 points then an access violation is thrown
everytime the chart is drawn.
I've included a small sample project with this setup.
I tested it on my current setup and teechart that came bundled with Delphi XE, the bundled
version worked OK.
Please note that I have found a workaround where I disable DrawAllPoints when the source
series has fewer than 2 points.
Using
Delphi XE with Update 1, 15.0.3953.35171
TeeChart Pro v2011.04.41118 32bit VCL
Kjaran