SeriesPointFilter Members
Defines specific filter conditions to filter series points.Constructors
Name | Description |
---|---|
SeriesPointFilter() | Initializes a new instance of the SeriesPointFilter class with the default settings. |
SeriesPointFilter(SeriesPointKey, DataFilterCondition, DateTime) | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and date/time filter value. |
SeriesPointFilter(SeriesPointKey, DataFilterCondition, Double) | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and double filter value. |
SeriesPointFilter(SeriesPointKey, DataFilterCondition, Object) | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and filter value. |
SeriesPointFilter(SeriesPointKey, DataFilterCondition, String) | Initializes a new instance of the SeriesPointFilter class with the specified key and condition and string filter value. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(ChartElement) | Copies all the settings from the SeriesPointFilter object passed as the parameter. |
Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current SeriesPointFilter instance. |
GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current SeriesPointFilter object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of the filter. |
See Also