dotnetCHARTING Send comments on this topic.
Trim(DateTime,DateTime,ElementValue) Method
See Also 
dotnetCHARTING Namespace > Series Class > Trim Method : Trim(DateTime,DateTime,ElementValue) Method


Low
DateTime minimum of the range.
High
DateTime maximum of the range.
ev
The ElementValue the date range is compared to.
Trims elements out of this series based on a specified CalendarPattern and element property.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Trim( _
   ByVal Low As Date, _
   ByVal High As Date, _
   ByVal ev As ElementValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim Low As Date
Dim High As Date
Dim ev As ElementValue
 
instance.Trim(Low, High, ev)
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 date range is compared to.

Remarks

The ElementValue specified must be a DateTime value property.

See Also

© 2010 All Rights Reserved.