TerraFluent.Chart.Reporting
Cookbook
Each recipe is a finished result rather than a single feature — the kind of chart you ship, assembled from several calls.
Read the reference documentation →
Fluent API Showcase
Size · AsInteractive · Animate · StackNormal · YAxisFormat · ShowDataLabels · SeriesBuilder.
Fork — Chart Variants
Fork() — produce a Static and an Animated variant.
Template: Revenue
ChartTemplate.Revenue — column chart with N0-formatted Y-axis.
Template: KPI Dashboard
ChartTemplate.KpiDashboard — dark theme, interactive, no grid/legend.
Template: Time Series
ChartTemplate.TimeSeries — spline, animated, 1 s entry.
Template: Executive Summary
ChartTemplate.ExecutiveSummary — pastel bar chart, static/PDF-safe.
JSON Round-Trip
ChartOptions.ToJson() / ChartBuilder.FromJson() — persist and restore a chart.
Drill-Down Chart
WithDrilldown() — click a column to open a child detail chart; Back returns to overview.