ScatterPlot3D Class TIBCO Spotfire 7.0 API Reference
Representation of a 3D Scatter Plot.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals VisualContent
        Spotfire.Dxp.Application.Visuals Visualization
          Spotfire.Dxp.Application.Visuals TrellisVisualization
            Spotfire.Dxp.Application.Visuals ScatterPlot3D

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

[SerializableAttribute]
[PersistenceVersionAttribute(17, 0)]
[ToolContextAttribute]
public sealed class ScatterPlot3D : TrellisVisualization, 
	IColorRuleVisualization, IColorAxis
Remarks

A 3D scatter plot is a generalization of a scatter plot that adds an extra axis. Besides having X and Y-axes, the 3D scatter plot also has a Z-axis.

The 3D Scatter Plot supports additional variables corresponding to the color, size, and the shape of the markers to be set, thus adding more dimensions to the plot.

Version Information

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