ComponentOne FlexChart for WinForms
Chart Types
FlexRadar > Chart Types

FlexRadar allows you to work with different chart types to meet your data visualization needs. You can use chart types from Area to Scatter to display areas filled with colors or patterns within data depicted within FlexRadar. To work with different chart types in FlexRadar, set the ChartType property of FlexRadar to any of the following values in the RadarChartType enumeration:

The following image displays FlexRadar with the chart type as Area.

The following code snippet sets the ChartType property in code using the sample created in Quick Start.

' set the FlexRadar chart type
FlexRadar1.ChartType = C1.Chart.RadarChartType.Area
// set the FlexRadar chart type
flexRadar1.ChartType = C1.Chart.RadarChartType.Area;