Gets the type id.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the context of this node.
Gets the column instance associated with this filter.
Gets a value indicating whether the referenced column has any invalid rows.
Gets or sets a value indicating whether or not the filter should include empty value rows.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Gets a read-only list containing the valid scales that can be set on this filter.
Gets or sets this range filter's min and max value.
Gets or sets the value range for the filter.
Gets or sets the current scale transformation of the filter.
Gets the value of a specified property.
The property name, case insensitive.
The property value.
Checks if there is a valid value for a specified property.
The property name, case insensitive.
true if the property has a valid value, otherwise false.
Representation of a RangeFilter. Range Filters are associated with one data column given by the Spotfire.Dxp.Application.Filters.ColumnFilter.DataColumnReference property. The Spotfire.Dxp.Application.Filters.RangeFilter.ValueRange of the filter, represents the filtering performed by the filter. When the filter is created, this range is set to the extreme (minimum and maximum) values found in the target column.
The granularity of filtering in a RangeFilter can be adjusted using the Spotfire.Dxp.Application.Filters.RangeFilter.ValueDataRange property. Narrowing this range will cause the filter to "zoom in" and only apply on the values therein. Note that this is graphically visualized in the Filter using three dots.
A Range Filter can be applied to a column independent of its value type. Nevertheless, the visual scales supported by the filter are limited by value types. For instance, the Logarithmic scale can only be applied to numeric columns. To query the valid scales on a filter, use the Spotfire.Dxp.Application.Filters.RangeFilter.ValidVisualScales property.
Since
2.0