TerraFluent.Chart.Reporting
Analytics Overlays
Overlay series are derived from data already on the chart — you pass the source array and the library computes the rest.
Read the reference documentation →
AutoInsight — Line Chart
AnomalyBands · TrendLine · MovingAverage · HighlightPeaks · NarrativeSummary.
AutoInsight — Area Chart
AutoInsight on an Area series — pure SVG, no JavaScript.
Linear Regression Overlay
AddLinearRegression() — least-squares trend line over raw data.
Moving Average Overlay
AddMovingAverage() — simple 3-period moving average over a line series.
Exponential Smoothing Overlay
AddExponentialSmoothing() — EMA overlay (α = 0.4) for noisy data.