dotnetCHARTING Send comments on this topic.
LimitMode Property
See Also  Example
dotnetCHARTING Namespace > DataEngine Class : LimitMode Property


Determine the type of limitation. Default is Top.

Syntax

Visual Basic (Declaration) 
Public Property LimitMode As LimitMode
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As LimitMode
 
instance.LimitMode = value
 
value = instance.LimitMode
C# 
public LimitMode LimitMode {get; set;}

Example

C#Copy Code
de.LimitMode =<see cref="LimitMode">LimitMode</see>.Bottom;
    
Visual BasicCopy Code
de.LimitMode =<see cref="LimitMode">LimitMode</see>.Bottom

Example

Remarks

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

See Also

© 2010 All Rights Reserved.