I've implemented a graph using mxGraph libraries. Is there any way to export this graph to visio?
You must do it by youself.Here is the step:
Encode the graph to xml.
Trans the xml to your own object.
Draw it.