| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function SplitByName( _ ByVal splitByLimit As String, _ ByVal limitMode As LimitMode, _ ByVal showOther As Boolean _ ) As SeriesCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SeriesCollection SplitByName( string splitByLimit, LimitMode limitMode, bool showOther ) | |
Parameters
- splitByLimit
- Determine the number of series created.
- limitMode
- Determine the type of limitation. Default is Top.
- showOther
- Determine whether the additional series are aggregated into a single series or not.