API Reference
Class
VisualStory
Models a resolved, deterministic visual story. Execution and tokenization belong to optional adapters.
Inheritance
- Object
- VisualStory
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartExtensions.SaveApng
- Method ChartExtensions.SaveGif
- Method ChartExtensions.SavePng
- Method ChartExtensions.SaveSvg
- Method ChartExtensions.SaveTranscript
- Method ChartExtensions.ToApng
- Method ChartExtensions.ToGif
- Method ChartExtensions.ToHtmlFragment
- Method ChartExtensions.ToHtmlPage
- Method ChartExtensions.ToPng
- Method ChartExtensions.ToSvg
- Method ChartExtensions.ToSvg
- Method ChartExtensions.ToTranscript
- Method HtmlVisualStoryRenderer.RenderFragment
- Method HtmlVisualStoryRenderer.RenderFragment
- Method HtmlVisualStoryRenderer.RenderPage
- Method PngVisualStoryRenderer.Render
- Method SvgVisualStoryRenderer.Render
- Method SvgVisualStoryRenderer.Render
- Method VisualStoryTranscriptRenderer.Render
Methods
Outcome(System.String arg1, System.String arg2, System.String arg3) #Declares an outcome that must be visible in the completed scene.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
Scene(System.String arg1, System.String arg2, System.Double arg3, ChartForgeX.Stories.VisualStorySceneLayout arg4) #Adds a scene and returns it for panel configuration.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Double
- arg4 ChartForgeX.Stories.VisualStorySceneLayout
WithDescription(System.String arg1) #Sets the accessible story description.
Parameters
- arg1 System.String
WithSize(System.Int32 arg1, System.Int32 arg2) #Sets logical output dimensions.
Parameters
- arg1 System.Int32
- arg2 System.Int32
WithTheme(ChartForgeX.Stories.VisualStoryTheme arg1) #Sets the visual-story theme.
Parameters
- arg1 ChartForgeX.Stories.VisualStoryTheme