CrossTablePlot Class TIBCO Spotfire 6.0 API Reference
Cross table plot class.
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 CrossTablePlot

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]
[PersistenceVersionAttribute(9, 0)]
[ToolContextAttribute]
public sealed class CrossTablePlot : Visualization, 
	IColorValueFormatter_OBSOLETE, IFormattingHost, IExportableTabularVisualization, IColorRuleVisualization, IRuleHost, 
	IColoringHost, ITabularColoringPlot
Remarks

The cross table visualizes one or more measures specified by the expression on its MeasureAxis. The RowAxis and ColumnAxis control how to split the data into rows and columns.

The cells in the table can be colored via the Colorings property, that can be used to specify coloring rules and how they should be applied.

In versions prior to 3.1, coloring is controlled via properties found under the MeasureAxis.

See Also