Determine the type of limitation for Limit and SplitByLimit properties. Default is Top.
[Visual Basic]
Public Property LimitMode As LimitMode
[C#]
public LimitMode LimitMode {get; set;}
This property works in conjunction with Limit or SplitByLimit to determine which elements or series should be included or excluded.
The following setting returns the number of minimum elements or series.
[C#]
series.LimitMode = LimitMode.Bottom; |
[Visual Basic]
series.LimitMode = LimitMode.Bottom |
Series Class | Series Members | LimitMode
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.