Trim(ScaleRange,ElementValue) Method
Trims elements out of this series based on a specified CalendarPattern and element property.
Syntax
'Declaration Public Overloads Sub Trim( _ ByVal range As ScaleRange, _ ByVal ev As ElementValue _ )
'Usage Dim instance As Series Dim range As ScaleRange Dim ev As ElementValue instance.Trim(range, ev)
public void Trim( ScaleRange range, ElementValue ev )
Parameters
- range
- Range of element values to trim.
- ev
- ElementValue to match against the calendar pattern.
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