Holds context information for an action invoked on a KPI visualization.
Inheritance Hierarchy
PlotActionContext
Spotfire.Dxp.Application.VisualsKpiVisualizationActionContext
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#
public sealed class KpiVisualizationActionContext : PlotActionContext
The KpiVisualizationActionContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ComparativeValue |
Gets the comparative value of the KPI visualization tile for which an action is invoked.
May be null.
| |
| HierarchyPathValues |
Gets the path of values identifying the leaf in a hierarchy for which an action is invoked.
May be null or empty.
| |
| Value |
Gets the value of the KPI visualization tile for which an action is invoked.
May be null.
| |
| Visualization |
Gets the KpiVisualization for which an action is invoked.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also