Grids
Example of Annotation in ASP.NET Core Chart Control
This sample illustrates speed data for the Interlagos circuit. In area-based series, data points can be annotated using symbols.
Senna S
Descida do Lego
Ferradura
Curva do Sol
Reta Oposta
Bico de Pato
Mergulho
Junção
Subida dos
Boxes
Boxes
Max, accelertion
5.00 g at 5th gear
5.00 g at 5th gear
Max, accelertion
4.58 g at 5th gear
4.58 g at 5th gear
In this example, you can see how to render and configure the annotation feature in charts. An annotation can hold any HTML element as its content. In this example, an area chart depicting speed data for the Interlagos circuit has the circuit session data as its annotation content.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information on the chart annotation can be found in this documentation sectionopens in a new tab.