SeriesPointFilter Constructors
Defines specific filter conditions to filter series points.| Name | Parameters | Description |
|---|---|---|
| SeriesPointFilter() | none | Initializes a new instance of the SeriesPointFilter class with the default settings. |
| SeriesPointFilter(SeriesPointKey, DataFilterCondition, DateTime) | key, condition, value | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and date/time filter value. |
| SeriesPointFilter(SeriesPointKey, DataFilterCondition, Double) | key, condition, value | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and double filter value. |
| SeriesPointFilter(SeriesPointKey, DataFilterCondition, Object) | key, condition, value | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and filter value. |
| SeriesPointFilter(SeriesPointKey, DataFilterCondition, String) | key, condition, value | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and string filter value. |
See Also