Horizontal flow with clusters

G

Gerard Braad

I am busy with programmatically making a processflow:

* the orientation of my page should be in Landscape
* i should be able to have horizontal clusters of the executor
* it should be able to use autolayout
* the nodes in the drawing come from a stencil

-------------------------------------------------------
\o
O\ [ task 1 ]--- ->[ task 2 ]
/ \ |
------------------------------|------------------------
\o |
O\ [ task 2.1 ]
/ \
-------------------------------------------------------

i think you get the main idea.

i am using C# and the Visio Interop and the AxVisOcx embedded in my own
applicatoin to acccess my processflow. does anyone have any idea on how to
solve the problem of being able to have a horizontal flow and cluster the
information on the base of an executor?

i did see the Cross Function Flowchart.... is it possible to make use of a
similar flowchart in my application?! thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top