[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotChartTagHelper

PivotChartTagHelper Class

ITagHelper implementation for PivotChart.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-chart")]
[RestrictChildren("c1-pivot-flex-chart", new string[] { "c1-pivot-flex-pie", "c1-flex-chart-title-style" })]
public class PivotChartTagHelper : ControlTagHelper<PivotChart>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
PivotChartTagHelper()

Properties

Name Description
ChartType

Configurates ChartType. Sets the type of chart to create.

Configurates Footer. Sets the text displayed in the chart footer.

Header

Configurates Header. Sets the text displayed in the chart header.

ItemsSourceId

Configurates ItemsSourceId. Sets the id of the source.

LegendPosition

Configurates LegendPosition. Sets a value that determines whether and where the legend appears in relation to the plot area.

MaxPoints

Configurates MaxPoints. Sets the maximum number of points to be shown in each series.

MaxSeries

Configurates MaxSeries. Sets the maximum number of data series to be shown in the chart.

ShowHierarchicalAxes

Configurates ShowHierarchicalAxes. Sets a value that determines whether the chart should group axis annotations for grouped data.

ShowLegend

Configurates ShowLegend. Sets a value that determines whether the chart should include a legend.

ShowTitle

Configurates ShowTitle. Sets a value that determines whether the chart should include a title.

ShowTotals

Configurates ShowTotals. Sets a value that determines whether the chart should include only totals.

Stacking

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