CustomVisualization Class TIBCO Spotfire 6.0 API Reference
Base class for custom visualizations.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals VisualContent
        Spotfire.Dxp.Application.Extension CustomVisual
          Spotfire.Dxp.Application.Extension CustomVisualization

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(5, 0)]
public class CustomVisualization : CustomVisual
Remarks

This class contains a number of overridable methods that can be used to integrate a visualization with the framework.

The GetActiveDataTableReferenceCore , GetActiveDataTableReferenceTriggerCore GetActiveMarkingReferenceCore , GetActiveMarkingReferenceTriggerCore  should be overridden to enable the details on demand, and status bar messages to work as expected. These features are based on the concept of an active data table and an active marking.

See Also