| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function SplitByName( _ ByVal splitByLimit As String, _ ByVal limitMode As LimitMode, _ ByVal showOther As Boolean, _ ByVal otherLable As String _ ) As SeriesCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public SeriesCollection SplitByName( string splitByLimit, LimitMode limitMode, bool showOther, string otherLable ) | |
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.
- otherLable
- Set the label used for the series created.
Reference
Series ClassSeries Members
Overload List
SplitByLimit Property
LimitMode Property
ShowOther Property
OtherElementLabel Property