.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > Trim Method : Trim(Double,Double,ElementValue) Method
Numeric minimum of the range.
Numeric maximum of the range.
The ElementValue the range is compared to.
Trim(Double,Double,ElementValue) Method
Trims the elements ourside the specified numeric range and element property. dotnetCHARTING.ScaleRange.
Syntax
'Declaration
 
Public Overloads Sub Trim( _
   ByVal Low As Double, _
   ByVal High As Double, _
   ByVal ev As ElementValue _
) 
'Usage
 
Dim instance As Series
Dim Low As Double
Dim High As Double
Dim ev As ElementValue
 
instance.Trim(Low, High, ev)
public void Trim( 
   double Low,
   double High,
   ElementValue ev
)

Parameters

Low
Numeric minimum of the range.
High
Numeric maximum of the range.
ev
The ElementValue the range is compared to.
Remarks
The ElementValue specified must be a numeric 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