ScatterPlot3D Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(4, 0)]
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.

See Also