Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

MermaidFlowchartRenderOptions

Namespace ChartForgeX.Mermaid

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.