With a drag-node chart, is it possible to do an auto-layout of some sort? I tried to use an XML file without any X,Y coordinates, and it just placed everything in the lower left corner.
I need to be able to create dynamic drag-node charts, but would prefer that PowerCharts layout the model according to some pre-determined layout strategy. Tools such as mxGraph provide this kind of functionality -- where I could use a TreeLayout or a HierarchyLayout et cetera. Thanks for any information.