[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexRadarTagHelper

FlexRadarTagHelper Class

ITagHelper implementation for FlexRadar<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-radar")]
[RestrictChildren("c1-flex-chart-axis", new string[] { "c1-flex-chart-datalabel", "c1-items-source", "c1-odata-source", "c1-odata-virtual-source", "c1-flex-chart-title-style", "c1-flex-radar-series", "c1-flex-chart-tooltip", "c1-chart-animation", "c1-chart-gestures", "c1-chart-legend" })]
public class FlexRadarTagHelper : FlexChartCoreTagHelper<object, FlexRadar<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
FlexRadarTagHelper()

Properties

Name Description
ChartType

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

Reversed

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.

Stacking

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

StartAngle

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

TotalAngle

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.