Search found 1 match

by Uwe Raabe
Sun May 21, 2017 10:13 am
Forum: VCL
Topic: EOutOfMemory with TSurfaceSeries
Replies: 1
Views: 5713

EOutOfMemory with TSurfaceSeries

I get an EOutOfMemory exception displaying a 3D surface with my data. Luckily I was able to track down the problem to a few lines of code: create a VCL forms application drop a TChart onto the form add a 3D surface series execute the code below var I: Integer; J: Integer; begin Series1.Clear; for I ...