The FlexReport control provides the RadarChartField field type for displaying radar charts in reports. You can use the FlexReportDesigner to add radar charts and configure their properties.
Radar charts display multiple data series across a shared set of categories on a radial axis. They are useful for comparing groups of values across several characteristics or dimensions.
After adding a RadarChartField to a report, bind it to a data source to display data in the report output.
The following example uses the SalesByQuarter table from the C1Nwind.mdb database.
For detailed data-binding instructions, see the FlexReport QuickStart documentation
| Property | Value |
|---|---|
YExpression |
ProductX, ProductY, or ProductZ |
Label |
Match the selected YExpression |
DataSourceName |
Main |
In the chart Data section, set the following properties:
| Property | Value |
|---|---|
DataSourceName |
Main |
XLabelExpression |
QuarterMonth |

Click Preview to render the report.

RadarChartField inherits most of its functionality from FlexRadar. However, RadarChartField is designed specifically for reporting scenarios and uses a reporting-oriented data-binding model.
The primary difference between the two controls is the data-binding implementation:
FlexRadar uses the standard chart binding approach for application UI scenarios.RadarChartField uses expressions and report data sources that integrate with the FlexReport reporting engine.