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


range
Range of element values to trim.
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) 
Public Overloads Sub Trim( _
   ByVal range As ScaleRange, _
   ByVal ev As ElementValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim range As ScaleRange
Dim ev As ElementValue
 
instance.Trim(range, ev)
C# 
public void Trim( 
   ScaleRange range,
   ElementValue ev
)

Parameters

range
Range of element values to trim.
ev
ElementValue to match against the calendar pattern.

See Also

© 2010 All Rights Reserved.