Gets or sets the number of series created using SplitBy.
[Visual Basic]
Public Property SplitByLimit As String
[C#]
public string SplitByLimit {get; set;}
This property works with conjunction of LimitMode property and determines the number of series to include in the return. The limit string can be a number "3" or "2x3". In the second format, the first number determines the group positon and the second number is the limit. By setting "2x3" with top limit mode, it only return the second "3" maximum series.
[C#]
de.SplitByLimit="3"; |
[Visual Basic]
de.SplitByLimit="3" |
Series Class | Series Members | DataEngine Class | LimitMode Property
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.