ScatterPlot Class TIBCO Spotfire 7.0 API Reference
Representation of a 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 ScatterPlot

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]
[ToolContextAttribute]
[PersistenceVersionAttribute(5, 0)]
public sealed class ScatterPlot : TrellisVisualization, 
	IFittingModelHost, IColorRuleVisualization, IColorAxis, IDefinesImplicitDataProperties
Remarks

Scatter plots are used to plot data points on a horizontal and a vertical axis in the attempt to show how much one variable is affected by another. Each row in the data set is represented by a marker whose position depends on its values in the columns set on the X and Y axes.

The 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