VirtualValueRendererSettings Class TIBCO Spotfire 6.0 API Reference
VirtualValueRenderer is a composite renderer, that uses a virtual column producer to get data and then render it using another renderer. VirtualValueRenderer can be used for labels in map chart and scatter plot, and in ExpressionDetailItem. VirtualValueRenderer can not be used in table plot.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals.ValueRenderers ValueRendererSettings
        Spotfire.Dxp.Application.Visuals.ValueRenderers VirtualValueRendererSettings

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

[SerializableAttribute]
[PersistenceVersionAttribute(8, 0)]
public sealed class VirtualValueRendererSettings : ValueRendererSettings
See Also