Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets the category defining how color schemes can be applied. The category should be the name of one of the levels in either the row hierarchy or the column hierarchy. CategoryKey.Empty represents Column Names, presented as "(Cell Values)".
Gets the ColoringCollection for this plot. The ColoringCollection contains Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring objects, and has methods to apply them to parts of the plot.
Gets the height of the column headers. This is the headers on the top of the cross table.
Gets or sets a value indicating whether column subtotals should be displayed above or below the values.
Gets the measure axis.
In versions prior to 3.1, the properties on this axis can be used to control the coloring of cells. With version 3.1 and later, this functionality has been marked as obsolete. The cells in the table are now colored via the Spotfire.Dxp.Application.Visuals.CrossTablePlot.Colorings property, that can be used to specify coloring rules and how they should be applied.
Gets the width of the row headers. This is the headers to the left of the cross table.
Gets or sets a value indicating whether to use continuous coloring for numeric cells.
In versions prior to 3.1 this property can be used to toggle the coloring on and off. From version 3.1 this property will configure the color rules found in the Colorings.DefaultNumericReference property to include or exclude a Spotfire.Dxp.Application.Visuals.ConditionalColoring.ContinuousColorRule.
Gets or sets the Visual's title.
Note that for Spotfire.Dxp.Application.Visuals.Maps.LayerVisualization instances, you should use the Title property of the owning Spotfire.Dxp.Application.Visuals.Maps.MapChartLayer instead.
Gets a collection of methods for executing transactions on the document.
Gets the visual instance, or null if this instance is not owned by a visual.
Configures a newly created visual with reasonable default values given the current data set.
This method is called when a visual is created by the user, but the
exact configuration produced is undefined and can change between versions.
This method should only be used if you want to mimic the user's action in the application,
and it should only be called once.
It implicity calls Spotfire.Dxp.Application.Visuals.VisualContent.ApplyUserPreferences.
Code samples on how to create and configure a visualization are available in Spotfire Technology Network.
Additional action needed for the Map Chart: in order to load the default layers (i.e. base map layer) you need to explicitly call Spotfire.Dxp.Application.Visuals.Maps.MapChart.AutoConfigureLayers.
Creates a layout object that can be used to access the values in the table.
Exports the content of the cross table as tab separated text.
The text writer.
Each cell value is formatted as displayed on screen, and the cells values are tab separated. Each row is terminated by a carriage return, line feed sequence (\r\n).
Cell text that contain quotes, tabs or newlines are escaped. An escaped text value is surrounded by quotes and each quote inside the text is duplicated. Any carriage return (\r) or carriage return, line feed sequence (\r\n) inside the text is replaced with a line feed (\n).
For example, 22" would become "22""" and Hello\r\nWorld. would become "Hello\nWorld."
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Refreshes data in data tables that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate. Only data tables used by this visualization will be included.
This will only refresh the data tables where the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.
Try to get the filter rules for the plot.
The FilterRuleCollection or null if filter rules are not supported
false if this visualization does not support filter, rules, otherwise true.
Cross table plot class.
Remark
The cross table visualizes one or more measures specified by the expression on its Spotfire.Dxp.Application.Visuals.CrossTablePlot.MeasureAxis. The Spotfire.Dxp.Application.Visuals.CrossTablePlot.RowAxis and Spotfire.Dxp.Application.Visuals.CrossTablePlot.ColumnAxis control how to split the data into rows and columns.
The cells in the table can be colored via the Spotfire.Dxp.Application.Visuals.CrossTablePlot.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 Spotfire.Dxp.Application.Visuals.CrossTablePlot.MeasureAxis.
Since
2.0