Gets or sets the limit number of elements returned for each series when data is generated. Gets or sets the limit number of elements returned for each series when data is generated. This property determines the number of elements to include in the limited return. The limit string can be a number "3" or "2x3". In the second format, the first number determines the group position and the second number is the limit. By setting "2x3" with top limit mode, it only return the second "3" maximum elements.
[Visual Basic]
Public Property Limit As String
[C#]
public string Limit {get; set;}
If DateGrouping is used, limit has no effect. In such a case, StartDate and EndDate must be used to limit the generated element count.
See Getting Started > Tutorials > Data Engine.
[C#]
de.Limit="3"; |
[Visual Basic]
de.Limit="3" |
DataEngine Class | DataEngine Members | LimitMode Property
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.