[]
        
(Showing Draft Content)

Supported Chart Types

RadarChartField supports multiple radar chart styles through the C1.Chart.ChartType property.

You can select the chart type by setting the ChartType property in the FlexReportDesigner Properties window.

Line

Displays data series as connected lines around the radial axis. Use this chart type to compare trends across multiple categories.

image-20260424-061900-20260428-122746

Scatter

Displays individual data points without connecting lines. Use this chart type to visualize value distribution across categories.

image-20260424-061923-20260428-122845

LineSymbols

Displays connected lines with markers at each data point. Use this chart type to emphasize individual values while preserving overall trends.

image-20260424-061942-20260428-122932

Area

Displays filled areas between the data lines and the chart center. Use this chart type to compare magnitude and overlap between series.

image-20260424-062011-20260428-123049

Column

Displays values as radial columns extending outward from the center. Use this chart type to compare discrete category values in a radial layout.

image-20260424-062052-20260428-123150