AddFlow for Silverlight Professional

  1. Flowchart and workflow diagrams

    Archived

    Screenshots: Quickly build flowchart enabled Silverlight applications like workflow diagrams, database diagrams, communication networks, organizational charts, process flow, state transitions diagrams, telephone call centers, CRM (Customer Relationship Management), ...

  2. Separation between visual appearance (defined in xaml) and logic

    Archived

    Screenshots: Every visual elements can be customized: nodes, links, connectors, resizing handles etc.You have just to redefined its template. ...

  3. Layout algorithms

    Archived

    Screenshots: The professional version offers also a set of graph layout algorithms (Hierarchic, Force-directed, orthogonal, series-parallel, tree, radial). ...

  4. Nodes and links

    Archived

    Screenshots: Nodes and links are not controls but just low-level DrawingVisual objects. Using DrawingVisual is the most lightweight way to perform drawing. It is the best choice if you need to create big diagrams (several thousands of nodes and links). ...