[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotChartBuilder

PivotChartBuilder Class

Defines a builder to configurate PivotChart.

Implements
Namespace: C1.Web.Mvc.Olap.Fluent
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class PivotChartBuilder : ControlBuilder<PivotChart, PivotChartBuilder>, IHtmlString

Constructors

Name Description
PivotChartBuilder(PivotChart)

Creates one PivotChartBuilder instance to configurate component.

Methods

Name Description
ChartType(PivotChartType)

Configurates ChartType. Sets the type of chart to create.

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

FooterStyle(Action<TitleStyleBuilder>)

Configurates FooterStyle. Sets the style of the chart footer.

Header(string)

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

HeaderStyle(Action<TitleStyleBuilder>)

Configurates HeaderStyle. Sets the style of the chart header.

ItemsSourceId(string)

Configurates ItemsSourceId. Sets the id of the source.

LegendPosition(Position)

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

MaxPoints(int)

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

MaxSeries(int)

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

ShowFlexChart(Action<PivotFlexChartBuilder>)

Sets the FlexChart property.

ShowFlexPie(Action<PivotFlexPieBuilder>)

Sets the FlexPie property.

ShowHierarchicalAxes(bool)

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

ShowLegend(LegendVisibility)

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

ShowTitle(bool)

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

ShowTotals(bool)

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

Stacking(Stacking)

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