Releases this context and clears all associated visualization data.
Unregisters this context from the Registry and clears any associated visualization data. Any subsequent calls after the first successful dispose are ignored.
Context context = Registry.CreateVisualizationContext(graphGuid); // ... use the context ... context.Dispose();