See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

Low
Numeric minimum of the range.
High
Numeric maximum of the range.
ev
The ElementValue the range is compared to.
See Also Languages dotnetCHARTING Send comments on this topic.

Trim(Double,Double,ElementValue) Method

Trims elements out of this series based on a specified numeric range and element property.

[Visual Basic]
Overloads Public Sub Trim( _    ByVal Low As Double, _    ByVal High As Double, _    ByVal ev As ElementValue _ )
[C#]
public void Trim(    double Low,    double High,    ElementValue ev );

Parameters

Low
Numeric minimum of the range.
High
Numeric maximum of the range.
ev
The ElementValue the range is compared to.

Remarks

The ElementValue specified must be a numeric property.

See Also

Series Class  | Series Members  | Overload List

 

 


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