[]
        
(Showing Draft Content)

C1.Web.Mvc.Chart.RadarChartType

RadarChartType Enum

Specifies the type of radar chart.

Namespace: C1.Web.Mvc.Chart
Assembly: C1.Web.Mvc.dll
Syntax
public enum RadarChartType

Fields

Name Description
Area

Shows line chart with the area below the line filled with color.

Column

Shows vertical bars and allows you to compare values of items across categories.

Line

Shows trends over a period of time or across categories.

LineSymbols

Shows line chart with a symbol on each data point.

Scatter

Shows patterns within the data using X and Y coordinates.