Represents a collection of KpiContent in the KpiChart.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsKpiCollection
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(25, 0)] public sealed class KpiCollection : DocumentNode, IEnumerable<KpiContent>, IEnumerable
The KpiCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count |
Gets the number of items in this collection.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item |
Gets the item at the specified index.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| AddDuplicate |
Duplicates a KpiContent and adds it to the collection.
| |
| AddNew |
Adds a new KpiContent containing an KpiVisualization to the KPI collection.
| |
| Clear |
Removes all items from the KPI collection.
| |
| 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 the specific item.
| |
| InsertNew |
Inserts a KpiContent containing an auto configured KpiVisualization at the specified index.
| |
| Move |
Moves the item at the specified index to a new location in the collection.
| |
| Remove |
Removes the first occurrence of the specified item from the KPI collection.
| |
| 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