Provides a method to create visualization contexts for graphs.
Use Registry.CreateVisualizationContext to create a Context for a specific graph.
Provides access to visualization features in the provided graph.
Dispose of the returned Context when it is no longer needed.
Additional resources: Context
using var context = Registry.CreateVisualizationContext(graph.ID);
| Method | Description |
|---|---|
| CreateVisualizationContext | Creates and registers a new visualization context. |
| GetActiveContext | Retrieves the active Context for the specified graph. |