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


range
Range outside of which to trim elements.
ev
The ElementValue the range is compared to.
Trims the elements with values outside the specified dotnetCHARTING.ScaleRange.

Syntax

Visual Basic (Declaration) 
Overloads Public 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 outside of which to trim elements.
ev
The ElementValue the range is compared to.

See Also