Search found 4 matches

by David
Wed May 28, 2008 2:00 pm
Forum: VCL
Topic: TCustom3dSeries.AddXYZ help incorrect
Replies: 2
Views: 5251

Hi Narcis,

Thanks for the help. If you guys could update the help file to be more accurate, that would be great.
by David
Wed May 28, 2008 7:33 am
Forum: VCL
Topic: Fastest way to add values to TColorGrid
Replies: 1
Views: 3509

Fastest way to add values to TColorGrid

Hello,

What is the fastest way to add an array of colors to a TColorGrid? If I basically have a bunch of dynamically generated pixel colors, that I want to plot in specific locations, what is the fastest way to get them into the TChart? I presume AddXYZ is pretty slow.
by David
Wed May 28, 2008 7:30 am
Forum: VCL
Topic: TCustom3dSeries.AddXYZ help incorrect
Replies: 2
Views: 5251

TCustom3dSeries.AddXYZ help incorrect

Hello, I am trying to find out how to add a point to a TColorSeries and set the color. There is an AddXYZ in the help for TCustom3DSeries that is incorrect. It says The AddXYZ method adds a new point to the Surface Series. You can also use the Surface OnGetYValue event to supply Y values for a given...
by David
Thu Feb 14, 2008 7:15 am
Forum: VCL
Topic: TeeCreateBitmap Memory Problem - TChart
Replies: 7
Views: 18269

The other thing you can do is first render the chart to a metafile. Then do something like:

metafile.StretchDraw(bitmap.Canvas,rect(....))

I forget the exact syntax. But drawing to a metafile will preserve scaling properly so the stretchdraw will work well.