[]
Provides visual representations of pivot tables.
public class PivotChart : Control, IHtmlString, ITemplate
Name | Description |
---|---|
PivotChart(HtmlHelper, string) | Creates one PivotChart instance. |
Name | Description |
---|---|
ChartType | Gets or sets the type of chart to create. |
FlexChart | Gets the inner FlexChart<T> object to show the data. |
FlexPie | Gets the inner FlexPie<T> object to show the data. |
Footer | Gets or sets the text displayed in the chart footer. |
FooterStyle | Gets or sets the style of the chart footer. |
Header | Gets or sets the text displayed in the chart header. |
HeaderStyle | Gets or sets the style of the chart header. |
ItemsSourceId | Gets or sets the id of the source. |
LegendPosition | Gets or sets a value that determines whether and where the legend appears in relation to the plot area. |
MaxPoints | Gets or sets the maximum number of points to be shown in each series. |
MaxSeries | Gets or sets the maximum number of data series to be shown in the chart. |
ShowHierarchicalAxes | Gets or sets a value that determines whether the chart should group axis annotations for grouped data. |
ShowLegend | Gets or sets a value that determines whether the chart should include a legend. |
ShowTitle | Gets or sets a value that determines whether the chart should include a title. |
ShowTotals | Gets or sets a value that determines whether the chart should include only totals. |
Stacking | Gets or sets a value that determines whether and how the series objects are stacked. |