Create Graphs with TSimpleGraph

0

I need to create graphs in the interface of my program, the only solution I found was TSimpleGraph . I tried to run the program that comes in the ZIP file, however it gives an error that the component TSimpleGraph is missing.

I already added the file named SimpleGraph.pas to the program

The example of elastic nodes works, but the other (editor) does not.

I do not know what to do, I do not know if this component even exists and how to add it (I think it's something like TeeChart).

    
asked by anonymous 21.06.2017 / 15:03

1 answer

0

Inside the folder you downloaded, in the root came the files:

DELPHIAREA.INC
SimpleGraph.dcr
SimpleGraph.dcu
SimpleGraph.pas
SimpleGraph.res

Place where the .DPR of your project is, I believe it solves it.

    
21.06.2017 / 21:52