[]
ITagHelper implementation for PivotChart.
[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
| Name | Description |
|---|---|
| PivotChartTagHelper() |
| Name | Description |
|---|---|
| ChartType | Configurates ChartType. Sets the type of chart to create. |
| Footer | 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. |