API Reference
Class
GraphSceneStaticExtensions
Provides script-free SVG and PNG export helpers for graph scenes and hierarchy stages.
Inheritance
- Object
- GraphSceneStaticExtensions
Methods
SaveGraphStageImages(ChartForgeX.Interactivity.GraphScene arg1, System.String arg2, System.String arg3, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStageImageOptions} arg4) #Saves deterministic overview-to-detail graph stage images without creating interactive HTML.
Parameters
- arg1 ChartForgeX.Interactivity.GraphScene
- arg2 System.String
- arg3 System.String
- arg4 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStageImageOptions}
ToGraphPng(ChartForgeX.Interactivity.GraphScene arg1, ChartForgeX.Interactivity.GraphSceneStage arg2, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} arg3) #Renders a graph scene or planned stage to PNG bytes without opening a browser.
Parameters
- arg1 ChartForgeX.Interactivity.GraphScene
- arg2 ChartForgeX.Interactivity.GraphSceneStage
- arg3 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions}
ToGraphSvg(ChartForgeX.Interactivity.GraphScene arg1, ChartForgeX.Interactivity.GraphSceneStage arg2, System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions} arg3) #Renders a graph scene or planned stage to script-free SVG.
Parameters
- arg1 ChartForgeX.Interactivity.GraphScene
- arg2 ChartForgeX.Interactivity.GraphSceneStage
- arg3 System.Action{ChartForgeX.Interactivity.Html.GraphSceneStaticRenderOptions}