Represents a collection of subsets that can be visualized next to each other in a visualization.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsVisualizationSubsetCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(12, 0)] public sealed class VisualizationSubsetCollection : DocumentNode, IEnumerable<VisualizationSubset>, IEnumerable
The VisualizationSubsetCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| All |
Gets the subset referring to all data.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count |
Gets the number of items in this instance.
| |
| Default |
Gets the subset referring to the default filtering in the visualization.
| |
| DefaultComplement |
Gets the subset referring to the complement of the default filtering in the visualization.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item |
Gets the subset at the specified index.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| AddDataSelection |
Adds a new subset based on a data selection.
| |
| AddWhereClauseExpression |
Adds a subset based on a where clause expression.
| |
| Clear |
Removes all items but the default ones from this instance.
| |
| Contains |
Determines whether this collection contains a specific value.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item.
| |
| Move |
Moves the item at the specified index to a new location in the collection.
| |
| Remove |
Removes the occurrence of the specified subset from this instance.
| |
| RemoveAt |
Removes the item at the specified index.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also