Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create graphs in Delphi application

I need to create graphs on the fly about specific process, with some informative texts and colors.

In the Unix world there's Graphviz including 'dot' for layout generation, is there something similar which could be used with Delphi?

I'm using Delphi 2007.

Also Python alternative could be considered, but I'd prefer pure Delphi in this case.

like image 639
Harriv Avatar asked Sep 17 '25 12:09

Harriv


2 Answers

You can use SimpleGraph from DelphiArea.
A have test and use it and it's a great component. Freeware with sources.

alt text

Regards.

like image 185
Germán Estévez -Neftalí- Avatar answered Sep 19 '25 03:09

Germán Estévez -Neftalí-


@Harriv, You can try WinGraphviz wich is a COM Wrapper for Graphviz.

check this link for more info.

alt text

like image 40
RRUZ Avatar answered Sep 19 '25 01:09

RRUZ