RadarPointSeries
This series is visualized on the screen as separate points representing each of the DataPoints.
Declaratively defined series
You can use the following definition to display a simple RadarPointSeries
Controls / RadChartView / Series / PolarChart Series / Point Series
New to Telerik UI for WPF? Download free 30-day trial
This series is visualized on the screen as separate points representing each of the DataPoints.
You can use the following definition to display a simple RadarPointSeries
<telerik:RadPolarChart Palette="Windows8">
<telerik:RadPolarChart.PolarAxis>
<telerik:PolarAxis />
</telerik:RadPolarChart.PolarAxis>
<telerik:RadPolarChart.RadialAxis>
<telerik:CategoricalRadialAxis />
</telerik:RadPolarChart.RadialAxis>
<telerik:RadPolarChart.Series>
<telerik:RadarPointSeries>
<telerik:RadarPointSeries.DataPoints>
<telerik:CategoricalDataPoint Category="A" Value="4" />
<telerik:CategoricalDataPoint Category="B" Value="4" />
<telerik:CategoricalDataPoint Category="C" Value="4" />
<telerik:CategoricalDataPoint Category="D" Value="4" />
<telerik:CategoricalDataPoint Category="E" Value="4" />
<telerik:CategoricalDataPoint Category="F" Value="4" />
<telerik:CategoricalDataPoint Category="G" Value="4" />
<telerik:CategoricalDataPoint Category="H" Value="4" />
<telerik:CategoricalDataPoint Category="J" Value="4" />
<telerik:CategoricalDataPoint Category="K" Value="4" />
<telerik:CategoricalDataPoint Category="L" Value="4" />
<telerik:CategoricalDataPoint Category="M" Value="4" />
</telerik:RadarPointSeries.DataPoints>
</telerik:RadarPointSeries>
</telerik:RadPolarChart.Series>
</telerik:RadPolarChart>
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.