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
);
The ElementValue specified must be a numeric property.
Series Class | Series Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.