Each demo pairs the rendered result with a practical use case, the capability it proves, and the source and build path needed to reproduce it.

Dashboards
Restaurant operations dashboard
A report-ready operations canvas combining weekly revenue, order status, customer patterns, occupation, and compact KPI summaries.
Use it when: Combine several visual blocks into a single executive or operational report without relying on a browser charting runtime.
- VisualGrid
- mixed charts
- KPI composition
- SVG and PNG parity
Reproduce this demo
Entry: DashboardPortfolioExamples.Write(output, pngOutputScale)
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Dashboards
SaaS revenue and retention dashboard
Monthly recurring revenue, movement drivers, churn context, and supporting KPI cards composed into one deterministic dashboard.
Use it when: Produce repeatable finance and product reporting for email, documentation, dashboards, and generated reports from the same model.
- financial reporting
- small multiples
- sparklines
- static export
Reproduce this demo
Entry: DashboardPortfolioExamples.Write(output, pngOutputScale)
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Charts
Control coverage matrix
A heatmap that compares security domains across controls with semantic colors, readable labels, and an explicit value scale.
Use it when: Turn a dense assessment matrix into a compact visual that remains readable in a report or exported image.
- heatmap
- semantic scale
- data labels
- C# sample
Reproduce this demo
Entry: SaveChart(heatmap, "control-coverage-heatmap-dark")
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Charts
Security posture radar
A dark-theme radar chart for comparing posture across identity, endpoint, data, network, application, and operational dimensions.
Use it when: Show a multidimensional posture summary when the relationships between dimensions matter more than a ranked table.
- radar
- dark theme
- semantic labels
- report export
Reproduce this demo
Entry: SaveChart(radar, "security-posture-radar-dark")
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Charts
Finding remediation flow
A Sankey view tracing weighted findings from discovery through triage, ownership, remediation, and monitoring.
Use it when: Explain where work accumulates or drops out across a multi-stage operational process.
- Sankey
- weighted flow
- stage labels
- static export
Reproduce this demo
Entry: SaveChart(findingFlow, "finding-flow-sankey-light")
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Charts
Policy readiness progress
A compact circular progress visual with an explicit percentage, supporting label, and report-friendly light presentation.
Use it when: Place a clear readiness or completion indicator inside a dashboard card, report strip, or status summary.
- circle progress
- compact card
- data label
- light theme
Reproduce this demo
Entry: SaveChart(policyReadinessCircle, "policy-readiness-circle-light")
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Maps
Europe revenue map
A dotted geographic map that encodes regional revenue with value-colored points, labels, and a report-oriented viewport.
Use it when: Add geographic context to business or operational metrics without loading a browser mapping library.
- dotted map
- regional viewport
- value scale
- geographic labels
Reproduce this demo
Entry: CreateEuropeRevenueDottedMap()
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Topology
Geographic infrastructure topology
A topology-native geographic layout with projected site markers, curved WAN routes, regional callouts, selection state, and metadata hooks.
Use it when: Explain site connectivity and route health while keeping the output suitable for static reports and interactive HTML hosts.
- geographic topology
- WAN routes
- callouts
- selection metadata
Reproduce this demo
Entry: BuildGeographicTopologyMap()
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release -- --topology-only
Topology
Organization hierarchy with branch policies
An organization chart generated from parent-child member data with standard, compact, and vertical layout policies applied to individual branches.
Use it when: Render dense team or directory hierarchies while choosing the most readable layout for each subtree.
- organization chart
- subtree layout policy
- compact hierarchy
- deterministic routing
Reproduce this demo
Entry: BuildTeamHierarchyBuilder()
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release -- --topology-only
Topology
Interactive replication route explorer
A site-to-site replication mesh with selectable scenarios, ordered route steps, offender highlighting, scoped URL state, and host-ready events.
Use it when: Start with the same deterministic topology used for SVG and PNG, then add browser-side exploration for incident review or live directory tooling.
- interactive HTML
- scenario playback
- deep links
- host events
Reproduce this demo
Entry: BuildReplicationMeshExplorer()
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release -- --topology-only
Visual systems
Theme and typography showcase
A single comparison grid demonstrating theme palettes, font choices, density, contrast, and consistent chart composition.
Use it when: Choose and verify a visual system before applying it across dashboards, reports, documentation, or branded exports.
- themes
- typography
- comparison grid
- brand consistency
Reproduce this demo
Entry: CreateThemeShowcaseGrid()
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c Release
Dashboards
PowerBGInfo endpoint snapshot
A wide endpoint-status composition designed for Windows background deployment, combining device identity, health, storage, network, and support context.
Use it when: Use ChartForgeX composition primitives through PowerBGInfo to place support-ready device context directly on managed Windows desktops.
- PowerBGInfo
- desktop background
- endpoint facts
- wide composition
Reproduce this demo
Entry: SavePowerBgInfoStatsSection(output, outputScale)
dotnet run --project .\ChartForgeX.Examples\ChartForgeX.Examples.csproj -c ReleaseNo demos match those filters.