VisualContent Title Property TIBCO Spotfire 7.0 API Reference
Gets or sets the Visual's title.

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

public string Title { get; set; }

Property Value

Type: String
The title.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if trying to set Title to null.
Remarks

Note that for LayerVisualization instances, you should use the Title property of the owning MapChartLayer instead.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also