ModVisualization Properties

Spotfire 14.7 API Reference

The ModVisualization type exposes the following members.

Properties

  NameDescription
Public propertyAxes
Gets the axes declared by this Mod Visualization, as defined in the mod-manifest.json, excluding the color axis. To access the color axis, use the ColorAxis property.
Public propertyAxesNames
Gets the names of the axes declared by this instance, including the Color axis, if declared.
Public propertyColorAxis
Gets the color axis, or null.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyData
Gets the plot data.
(Inherited from Visualization.)
Public propertyDescription
Gets or sets the plot description.
(Inherited from Visualization.)
Public propertyDetails
Gets the details.
Public propertyHasColorAxis
Gets a value indicating whether this instance has a color axis in the mod manifest.
Public propertyHasTooltips
Gets a value indicating whether this instance has tooltips enabled.
(Overrides ModDataViewVisualizationHasTooltips.)
Public propertyHorizontalLegend
Gets the horizontal legend object for this plot.
(Inherited from Visualization.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyLegend
Gets the legend object for this plot.
(Inherited from Visualization.)
Public propertyModIdentifier
Gets the static mod identifier, as specified in the mod manifest, or null.
Public propertyName
Gets the view name.
(Inherited from ModDataViewVisualization.)
Public propertyNamedDataViews
Gets the named data views.
Public propertyProperties
Gets the properties of this Mod Visualization, as defined in the mod-manifest.json.
Public propertyShowDescription
Gets or sets a flag indicating whether to show the description or not.
(Inherited from Visualization.)
Public propertySupportsTransparency
Gets a value indicating whether transparency is supported.
(Inherited from Visualization.)
Public propertyTitle
Gets or sets the Visual's title.
(Inherited from VisualContent.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTransparency
Gets or sets the transparency for the plot.
(Inherited from Visualization.)
Public propertyTypeId
Gets the type identifier for the visual.
(Inherited from VisualContent.)
Public propertyUseSeparateColorForMarkedItems
Gets or sets a value indicating whether to use a separate color for marked items.
(Inherited from Visualization.)
Public propertyVisual
Gets the visual instance, or null if this instance is not owned by a visual.
(Inherited from VisualContent.)
Top
See Also

Reference