API Reference
Class
GraphExplorerExtensions
Provides convenience methods for rendering graph scenes through the HTML graph explorer adapter.
Inheritance
- Object
- GraphExplorerExtensions
Methods
ToGraphExplorerHtmlFragment(ChartForgeX.Interactivity.GraphScene scene, System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} configure) #Renders the graph scene to an embeddable fragment with inline assets.
Parameters
- scene ChartForgeX.Interactivity.GraphScene
- The graph scene to render.
- configure System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions}
- Optional adapter configuration callback.
Returns
An embeddable HTML fragment.
ToGraphExplorerHtmlPage(ChartForgeX.Interactivity.GraphScene scene, System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions} configure) #Renders the graph scene to a complete self-contained HTML page.
Parameters
- scene ChartForgeX.Interactivity.GraphScene
- The graph scene to render.
- configure System.Action{ChartForgeX.Interactivity.Html.HtmlGraphExplorerOptions}
- Optional adapter configuration callback.
Returns
A complete HTML document.