Visual Basic (Declaration) | |
---|---|
Public Property LimitMode As LimitMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LimitMode LimitMode {get; set;} |
The following setting returns the number of minimum elements or series.
C# | Copy Code |
---|---|
series.LimitMode = LimitMode.Bottom; |
Visual Basic | Copy Code |
---|---|
series.LimitMode = LimitMode.Bottom |
This property works in conjunction with
Limit or
SplitByLimit to
determine which elements or series should be included or excluded.