SeriesPointFilter Properties
Defines specific filter conditions to filter series points.| Name | Description |
|---|---|
| Condition | Gets or sets the requirement to meet when filtering the series points. |
| DateTimeValueSerializable | Gets or sets the value used to support serialization of the SeriesPointFilter.Value property. |
| DoubleValueSerializable | Gets or sets the value used to support serialization of the SeriesPointFilter.Value property. |
| Key | Gets or sets the key which is compared to the SeriesPointFilter.Value to filter a series point. |
| StringValueSerializable | Gets or sets the string value used to support serialization of the SeriesPointFilter.Value property. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Value | Gets or sets a value, by which series points should be filtered. |
See Also