[]
Configurates MaxSeries. Sets the maximum number of data series to be shown in the chart.
public PivotChartBuilder MaxSeries(int value)
Public Function MaxSeries(value As Integer) As PivotChartBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| PivotChartBuilder | Current builder. |