- public delegate RGBA HighlightFunc (RGBA color)
Function to modify the color of a data series when highlighted. That
is, when the pointer is hovering over the data series.
- public delegate string NominalChartFormatTooltipFunc (DataSeries series)
Function to format data for display in the tooltip when the pointer
hovers over a data series. Markdown is supported.
- public delegate string OrdinalChartFormatTooltipFunc (DataSeries series, DataPoint point)
Function to format data for display in the tooltip when the pointer
hovers over a data series. Markdown is supported.