Visual Class TIBCO Spotfire 6.0 API Reference
This class represents either a visualization or a text area.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application Visual

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

[SerializableAttribute]
[PersistenceVersionAttribute(12, 0)]
public sealed class Visual : DocumentNode, 
	IExportable, IVisual, ITitledItem
Remarks

The type is determined by the TypeId property, which typically is one of the VisualTypeIdentifiers. By setting the TypeId property, the visual is converted to the new type. Since the user can convert any visual at any time via the user interface, the TypeId must always be determined before calling As T   to get the specific visualization (or text area) type. Although the visualization methods and properties are sometimes declared on abstract base classes such as TablePlotBase and TrellisVisualization, always use the concrete visualization classes, such as BarChart, directly.
See Also