See Also

Series Class  | Series Members  | DataEngine Class  | LimitMode Property

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

SplitByLimit Property

Gets or sets the number of series created using SplitBy.

[Visual Basic]
Public Property SplitByLimit As String
[C#]
public string SplitByLimit {get; set;}

Remarks

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.

Example

[C#] 

de.SplitByLimit="3"; 
de.SplitByLimit="2x3";

[Visual Basic] 

de.SplitByLimit="3"
de.SplitByLimit="2x3"

See Also

Series Class  | Series Members  | DataEngine Class  | LimitMode Property

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.