See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

Low
DateTime minimum of the range.
High
DateTime maximum of the range.
ev
The ElementValue 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
DateTime minimum of the range.
High
DateTime maximum of the range.
ev
The ElementValue the range is compared to.

Remarks

The ElementValue specified must be a DateTime property.

See Also

Series Class  | Series Members  | Overload List

 

 


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