graphs

Flipkonijn

New Member
I want to include a 3D graph in my Progress program.
Is their an OCX component for 3D graphs? Which is the best i can use?
does anyone has sample code??

thanks in advance
 
did that search allready, but couldn't find an answer. thats why i created a new thread.

so my question again, is their an ocx component to create a 3D graph in progress?
 
Hi,

Try ...
hexcel:ActiveChart:ChartType = 54

That would change it to xl3DColumnClustered

You can create a Chart1 worksheet in Excel and open up the VB Editor to get the others..
 
Hi Flip,

There are various components.

A few years ago I used GraphicsServer (then) from BitsPerSecond.
Powerful and easy to use. Back then you could access it through OCX, or DLLs.

I would recommend it (I assume it is improved now) - but be warned it is expensive (per developer).

You can download an evaluation from:

http://www.graphicsserver.com/


The cheapest way though is usually to interface with Excel (assuming it is on your users desktop) as suggested, as the component is included with the application.


Regards,

Lee
 
Back
Top