VisualizationData MarkingReference Property TIBCO Spotfire 6.0 API Reference
Gets or sets the marking selection used to mark markers in the visualization.

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

public DataMarkingSelection MarkingReference { get; set; }

Property Value

Type: DataMarkingSelection
The marking reference. Can be null.
Remarks

If the marking reference is set to null (the default), no marking will be displayed in the visualization, and the user cannot mark anything.

Note that if the marking reference is also present in Filterings, the user will not be able to mark anything either.

See Also