TerraFluent.Chart.Reporting
Interactivity
Interactive mode is opt-in. Everything on this page requires .AsInteractive() and a browser; none of it appears in Static output.
Read the reference documentation →
Data Point Click — Line Chart
OnPointClick() — click any data point to see its details.
Data Point Click — Column Chart
OnPointClick() — two column series; click any bar.
Data Point Click — Shared Tooltip
OnPointClick() combined with shared tooltip.
Legend Series Toggle
SvgMode.Interactive — click any legend item to hide/show that series.
SVG Export Button
ShowExportButton() — download button appears top-right.
Multi-Format Export Menu
ShowExportMenu() — SVG, PNG, JPEG, and PDF options.
Data Table Toggle
ShowDataTable() — appends a per-category value grid below the chart.
Range Selector (Navigator)
RangeSelector() — interactive brush strip below the chart fires tf:rangechange.
Synchronized Tooltips
SyncGroup() — two charts share the same hover group so tooltips mirror each other.