[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexRadar-1

FlexRadar<T> Class

Radar chart control.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexRadar<T> : FlexChartCore<T>, IHtmlString, ITemplate, IAnimatable
Type Parameters
Name Description
T

Constructors

Name Description
FlexRadar(HtmlHelper, string)

Creates one FlexRadar<T> instance.

Properties

Name Description
ChartType

Gets or sets the type of radar chart to be created.

Reversed

Gets or sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction.

Stacking

Gets or sets a value that determines whether and how the series objects are stacked.

StartAngle

Gets or sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.

TotalAngle

Gets or sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.

Extension Methods