I'm trying to programmaticlly create a flow chart diagram in a console application.
1. I've created a graph using DefaultLayoutGraph class, however I could not find a way to save it into a GraphML file.
2. How do I format the nodes and edges in this mode? the Node objects of the DefaultLayoutGraph do not seems to have any styling methods.