New to Telerik UI for ASP.NET Core? Download free 30-day trial
Smooth radar line
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
smooth_radar_line.cshtml
Smooth_Radar_LineController.cs
BudgetReportItem.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo shows how to configure smooth (spline) radar line style for the Telerik Core Radar Chart.
A Spline chart is a form of line/area chart where each data point from the series is connected with a curved line, which represents a rough approximation of the missing data points.
You can configure a smooth polar area chart through the Series or SeriesDefaults -> RadarLine -> Style(ChartPolarLineStyle.Smooth) setting.