API Reference
MermaidFlowchartRenderOptions
Defines conversion defaults for rendering Mermaid flowcharts through ChartForgeX.
Inheritance
- Object
- MermaidFlowchartRenderOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Properties
Id #Gets or sets the rendered artifact id.
Title #Gets or sets an optional chart title override.
Subtitle #Gets or sets an optional chart subtitle override.
FitContent #Gets or sets whether the viewport and node widths should fit the parsed graph content.
HasExplicitViewportSize #Gets whether a caller explicitly assigned the viewport width or height.
Width #Gets or sets the topology viewport width.
Height #Gets or sets the topology viewport height.
Padding #Gets or sets the topology viewport padding.
MinimumFittedWidth #Gets or sets the minimum width used by content-fitted flowcharts.
MinimumFittedHeight #Gets or sets the minimum height used by content-fitted flowcharts.
MaximumFittedWidth #Gets or sets the maximum width used by content-fitted flowcharts.
MaximumFittedHeight #Gets or sets the maximum height used by content-fitted flowcharts.