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


cp
CalendarPattern used to trim the series.
ev
ElementValue to match against the calendar pattern.
Trims elements out of this series based on a specified CalendarPattern and element property.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Trim( _
   ByVal cp As CalendarPattern, _
   ByVal ev As ElementValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim cp As CalendarPattern
Dim ev As ElementValue
 
instance.Trim(cp, ev)
C# 
public void Trim( 
   CalendarPattern cp,
   ElementValue ev
)

Parameters

cp
CalendarPattern used to trim the series.
ev
ElementValue to match against the calendar pattern.

See Also