See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

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

Trim(DateTime,DateTime,ElementValue) Method

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

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

Parameters

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

Remarks

The T specified must be a T property.

See Also

Series Class  | Series Members  | Overload List

 

 


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