ComponentOne ASP.NET MVC Controls
ShowTotals Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotChartBuilder Class : ShowTotals Method
The value.
Configurates C1.Web.Mvc.Olap.PivotChart.ShowTotals. Sets a value that determines whether the chart should include only totals.
Syntax
'Declaration
 
Public Function ShowTotals( _
   ByVal value As Boolean _
) As PivotChartBuilder
public PivotChartBuilder ShowTotals( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotChartBuilder Class
PivotChartBuilder Members