[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexRadarBuilder-1

FlexRadarBuilder<T> Class

Defines a builder to configurate FlexRadar<T>.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexRadarBuilder<T> : FlexChartCoreBuilder<T, FlexRadar<T>, FlexRadarBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexRadarBuilder(FlexRadar<T>)

Creates one FlexRadarBuilder<T> instance to configurate component.

Methods

Name Description
ChartType(RadarChartType)

Configurates ChartType. Sets the type of radar chart to be created.

Reversed(bool)

Configurates Reversed. 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.

Series(Action<SeriesListBaseFactory<T, FlexRadar<T>, FlexRadarSeries<T>, FlexRadarSeriesBuilder<T>, RadarChartType>>)

Set the FlexChart series.

Stacking(Stacking)

Configurates Stacking. Sets a value that determines whether and how the series objects are stacked.

StartAngle(int)

Configurates StartAngle. Sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.

TotalAngle(int)

Configurates TotalAngle. 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