See Also

Series Class  | Series Members  | Limit Property

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Limit Property

Gets or sets the limit number of elements returned for this series when data is generated.

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

Remarks

This property determines the number of elements to include in the limited return in conjuction with LimitMode property. 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 elements.


Note: If DateGrouping is used limit has no effect, you can limit the return with the StartDate and EndDate in such a case.

See also: Getting Started > Tutorials > Data Engine.

Example

[C#] 

Series.Limit = "10"; 
Series.Limit = "2x10";

[Visual Basic] 

Series.Limit = "10"
Series.Limit = "2x10"

See Also

Series Class  | Series Members  | Limit Property

 

 


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