jSequence

The jSequence Diagram extension component turns text sequences into cool UML diagrams and detects clicks on any diagram element.

Features

How to Use

The jSequence extension can be added to a Wisej.NET project using NuGet Package Manager.

Use the UML property to define your diagram following this syntax: https://github.com/bramp/js-sequence-diagrams/blob/master/src/grammar.jison

Set a Theme and use GetImage(Async) to return the contents as an image. Clicking on an element fires the ElementClicked event.

Find more information in our JSequence example in C# or in VB.NET.

Last updated