Example of Spline in ASP.NET Core Chart Control
This sample demonstrates polar series with spline type for the microphone type data. The switching between polar and radar series can be done by using Series Type
in property panel.
Series Type:
|
In this example, you can see how to render and configure the spline type charts. Spline chart connects each point in series
through a curved line. You can use DashArray
, Width
, Fill
properties
to customize the spline. Marker
and DataLabel
are used to represent individual data and
its value.
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the polar and radar chart with an spline series can be found in this documentation section.