Select node type to draw:

 

Node

Process

Decision

Delay

Alternative

 

You can let users of your web application create or work with diagrams interactively. The sample above provides a drawing surface for designing a diagram and a toolbox with five of the predefined node shapes. There are more than 70 shapes available in the current FlowChartX version. It is also possible to create custom shapes made of straight lines and Bezier curves.

To post back users diagrams to the server, a script on the page could call the SaveToString method to get the FlowChartX document contents as an ASCII string and assign it to a hidden field.

Next