API Reference
Class
GraphScenePatchExtensions
Applies typed incremental changes to graph scenes.
Inheritance
- Object
- GraphScenePatchExtensions
Methods
ApplyPatch(ChartForgeX.Interactivity.GraphScene scene, ChartForgeX.Interactivity.GraphScenePatch patch) #Applies a patch atomically and validates the complete scene before committing it.
Parameters
- scene ChartForgeX.Interactivity.GraphScene
- The graph document to update.
- patch ChartForgeX.Interactivity.GraphScenePatch
- The requested additions, replacements, and removals.
Returns
The resulting graph document counts.