This class represents either a visualization or a text area.
System Object
Spotfire.Dxp.Framework.DocumentModel Node Spotfire.Dxp.Framework.DocumentModel DocumentNode Spotfire.Dxp.Application VisualNamespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
[SerializableAttribute]
[PersistenceVersionAttribute(12, 0)]
public sealed class Visual : DocumentNode,
IExportable, IVisual, ITitledItem
[SerializableAttribute]
[PersistenceVersionAttribute(12, 0)]
public sealed class Visual : DocumentNode,
IExportable, IVisual, ITitledItem
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.
Supported in: 6.5, 6.0, 5.5, 5.0, 4.5