Radar Line series are represented by the NRadarLineSeries type. An instance of this type must be added to the series collection of a Radar chart:
C# |
Copy Code
|
---|---|
NRadarLineSeries radarLine = new NRadarLineSeries();
radarChart.Series.Add(radarLine);
|