[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotFlexChartTagHelper

PivotFlexChartTagHelper Class

ITagHelper implementation for FlexChart in PivotChart.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-flex-chart")]
[RestrictChildren("c1-flex-chart-datalabel", new string[] { "c1-flex-chart-title-style", "c1-flex-chart-tooltip", "c1-chart-animation" })]
public class PivotFlexChartTagHelper : FlexChartTagHelper, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
PivotFlexChartTagHelper()

Methods

Name Description
GetObjectInstance(object)

Gets the C1.Web.Mvc.Olap.PivotFlexChart instance.

ProcessAttributes(TagHelperContext, object)

Process the attributes set in the taghelper.

Render(TagHelperOutput)

Render the startup scripts.