C
Corey Alix
I have an application which generates many charts and uses GetPicture on
those charts to create a PNG file. It works fine for 20 or 30 charts, but
then decides do hang on the line below.
Dim lvPicture As Byte() = DirectCast(Me.AxChartSpace.GetPicture("png",
Me.Width, Me.Height), Byte())
The CPU hits about 25% utilization, but the GetPicture method never returns.
I haven't been able to find any references on the web to anyone else having
this problem.
When I view this chart from a GUI application, the GetPicture method works
fine, so I'm lacking direction on how to proceed.
those charts to create a PNG file. It works fine for 20 or 30 charts, but
then decides do hang on the line below.
Dim lvPicture As Byte() = DirectCast(Me.AxChartSpace.GetPicture("png",
Me.Width, Me.Height), Byte())
The CPU hits about 25% utilization, but the GetPicture method never returns.
I haven't been able to find any references on the web to anyone else having
this problem.
When I view this chart from a GUI application, the GetPicture method works
fine, so I'm lacking direction on how to proceed.