KpiVisualizationActionContext Class TIBCO Spotfire 7.9 API Reference
Holds context information for an action invoked on a KPI visualization.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.VisualsPlotActionContext
    Spotfire.Dxp.Application.VisualsKpiVisualizationActionContext

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public sealed class KpiVisualizationActionContext : PlotActionContext

The KpiVisualizationActionContext type exposes the following members.

Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyComparativeValue
Gets the comparative value of the KPI visualization tile for which an action is invoked. May be null.
Public propertyHierarchyPathValues
Gets the path of values identifying the leaf in a hierarchy for which an action is invoked. May be null or empty.
Public propertyValue
Gets the value of the KPI visualization tile for which an action is invoked. May be null.
Public propertyVisualization
Gets the KpiVisualization for which an action is invoked.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6
See Also

Reference