FilterBase Class Methods
For a list of all members of this type, see FilterBase members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | FilterAll | Filters data series. You should implement it if you want to filter in this way for all data series changes. Override append, update, insert, remove methods to optimize filtering. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | FilterOnAppend | Filters on original data series append |
![]() | FilterOnInsert | Filters on original data series insert |
![]() | FilterOnRemove | Filters on original data series remove |
![]() | FilterOnUpdate | Filters on original data series update |
![]() | OnOriginalDataSeriesChanged | Handles data series changes that were applied for |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also


