.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > Trim Method : Trim(DateTime,DateTime,ElementValue) Method
System.DateTime minimum of the range.
System.DateTime maximum of the range.
The ElementValue the date range is compared to.
Trim(DateTime,DateTime,ElementValue) Method
Trims elements out of this series based on a specified CalendarPattern and element property.
Syntax
'Declaration
 
Public Overloads Sub Trim( _
   ByVal Low As Date, _
   ByVal High As Date, _
   ByVal ev As ElementValue _
) 
'Usage
 
Dim instance As Series
Dim Low As Date
Dim High As Date
Dim ev As ElementValue
 
instance.Trim(Low, High, ev)
public void Trim( 
   DateTime Low,
   DateTime High,
   ElementValue ev
)

Parameters

Low
System.DateTime minimum of the range.
High
System.DateTime maximum of the range.
ev
The ElementValue the date range is compared to.
Remarks
The ElementValue specified must be a DateTime value property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also