Is it possible to change the graph layout or graph direction when using the directedgraph XML? My hope would be to change the direction from LeftToRight and to change the connectors from curved to straight. I attempted to do this via the following code but it always draws it the same way. Note: the code below does not have the connectors from curved to straight as I couldn't find any documentation on the internet for that.
<directedgraph GraphDirection="LeftToRight" Layout="Sugiyama">
<page>
<renderoptions
usedynamicconnectors="true"
scalingfactor="20" />
<shapes>
..............