See Also

Series Class  | Series Members  | LimitMode

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

LimitMode Property

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;}

Remarks

This property works in conjunction with Limit or SplitByLimit to determine which elements or series should be included or excluded.

Example

The following setting returns the number of minimum elements or series.

[C#] 

series.LimitMode = LimitMode.Bottom;

[Visual Basic] 

series.LimitMode = LimitMode.Bottom

See Also

Series Class  | Series Members  | LimitMode

 

 


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