dotnetCHARTING Send comments on this topic.
Trim Method
See Also 
dotnetCHARTING Namespace > Series Class : Trim Method


Trims elements out of this series based on a specified numeric range and element property.

Overload List

OverloadDescription
Trim(Double,Double,ElementValue) Trims elements out of this series based on a specified numeric range and element property.  
Trim(ScaleRange,ElementValue) Trims the elements with values outside the specified dotnetCHARTING.ScaleRange.  
Trim(DateTime,DateTime,ElementValue) Trims elements out of this series based on a specified time range and element property.  
Trim(CalendarPattern,ElementValue) Trims elements out of this series based on a specified CalendarPattern and element property.  

See Also