[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexChartTagHelper

FlexChartTagHelper Class

ITagHelper implementation for FlexChart<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart")]
[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-chart-series", "c1-flex-chart-tooltip", "c1-flex-chart-trendline", "c1-flex-chart-yfunction", "c1-flex-chart-parameterfunction", "c1-flex-chart-movingaverage", "c1-line-marker", "c1-range-selector", "c1-annotation-layer", "c1-chart-animation", "c1-chart-gestures", "c1-plot-area", "c1-flex-chart-waterfall", "c1-chart-options", "c1-flex-chart-boxwhisker", "c1-flex-chart-error-bar", "c1-chart-legend", "c1-flex-chart-breakeven" })]
public class FlexChartTagHelper : FlexChartCoreTagHelper<object, FlexChart<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
FlexChartTagHelper()

Properties

Name Description
BubbleMaxSize

Specifies the maximum size (pixels) of symbols in the Bubble chart. The default value is 30.

BubbleMinSize

Specifies the minimum size (pixels) of symbols in the Bubble chart. The default value is 5.

ChartType

Configurates ChartType. Sets the type of chart to create

GroupWidth

Specifies the group width for Column charts, or the group height for Bar charts. The group width can be specified in pixels or percent of available space. The default value is "70%".

Rotated

Configurates Rotated. Sets a value indicating whether to flip the axes so X is vertical and Y horizontal.

Stacking

Configurates Stacking. Sets whether and how series objects are stacked.