ComponentOne ASP.NET MVC Controls
MaxPoints Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotChartBuilder Class : MaxPoints Method
The value.
Configurates C1.Web.Mvc.Olap.PivotChart.MaxPoints. Sets the maximum number of points to be shown in each series.
Syntax
'Declaration
 
Public Function MaxPoints( _
   ByVal value As Integer _
) As PivotChartBuilder
public PivotChartBuilder MaxPoints( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotChartBuilder Class
PivotChartBuilder Members