Represents a tabular visualization with miniature visualizations in its cells.
The table supports a categorical row axis and the columns are specified by a sequence of miniature
visualization, each with a row axis that is kept in sync with that of the GraphicalTable.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsVisualContent
Spotfire.Dxp.Application.VisualsVisualization
Spotfire.Dxp.Application.Visuals.TablesTableBase
Spotfire.Dxp.Application.Visuals.MiniaturesGraphicalTable
Namespace: Spotfire.Dxp.Application.Visuals.Miniatures
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [ToolContextAttribute] [PersistenceVersionAttribute(38, 0)] public sealed class GraphicalTable : TableBase
The GraphicalTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AdditionalValueRowHeight |
Gets or sets the additional height in pixels that will be added to the font height
to determine the height of a value row.
| |
| ColumnHeaderLineCount | Gets or sets the number of lines of text in the column header.
| |
| Columns |
Gets the columns in this table.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Data | Gets the plot data.
(Inherited from Visualization.) | |
| Description | Gets or sets the plot description.
(Inherited from Visualization.) | |
| HeaderColumnWidth |
Gets or sets the width in pixels used by the header column. This is the leftmost column displayed in the table.
| |
| HorizontalLegend | Gets the horizontal legend object for this plot.
(Inherited from Visualization.) | |
| IndicateHiddenRows |
Gets or sets a value indicating whether to indicate that rows hidden as a result of the
setting of the ShowTopNRows and TopNRowCount properties.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Legend | Gets the legend object for this plot.
(Inherited from Visualization.) | |
| RowAxis |
Gets the row axis used by this table.
| |
| ShowCellBorders |
Gets or sets a value indicating whether the table cell borders are displayed or not.
| |
| ShowDescription | Gets or sets a flag indicating whether to show the description or not.
(Inherited from Visualization.) | |
| ShowHeaderColumnHeader |
Gets or sets a value indicating whether the header of the header column shall be shown.
This is the text displayed in the upper left corner of the table.
| |
| ShowHeaderRow |
Gets or sets a value indicating whether the header row shall be shown. This is the topmost row in the table.
| |
| ShowRowAxisSelector |
Gets or sets a value indicating whether the row axis selector shall be shown.
| |
| ShowTopNRows |
Gets or sets a value indicating whether only the first N values shall be shown,
were N is given by TopNRowCount.
| |
| SortInfos |
Gets sort info for the columns in this table.
| |
| SupportsTransparency |
Gets a value indicating whether transparency is supported.
(Inherited from Visualization.) | |
| TableFont | Obsolete.
Gets or sets the font used for all cell texts.
| |
| TableHeaderFont | Obsolete.
Gets or sets the font used for all header cell texts.
| |
| TableHeaderFontMetadata |
Gets or sets the font used for all header cell texts.
| |
| TableSectionHeaderFont | Obsolete.
Gets or sets the font used for all section header cell texts.
| |
| TableSectionHeaderFontMetadata |
Gets or sets the font used for all section header cell texts.
| |
| Title | Gets or sets the Visual's title.
(Inherited from VisualContent.) | |
| TopNRowCount |
Gets or sets how many rows that shall be shown. This value is only
used when ShowTopNRows is set to true.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Transparency | Gets or sets the transparency for the plot.
(Inherited from Visualization.) | |
| TypeId | Gets the type identifier for the visual.
(Inherited from VisualContent.) | |
| UseSeparateColorForMarkedItems |
Gets or sets a value indicating whether to use a separate color for marked items.
(Inherited from Visualization.) | |
| Visual | Gets the visual instance, or null if this instance is not owned by a visual.
(Inherited from VisualContent.) |
Methods
| Name | Description | |
|---|---|---|
| ApplyUserPreferences | Applies user preferences to a newly created visual.
(Inherited from VisualContent.) | |
| AutoConfigure | Configures a newly created visual with reasonable default
values given the current data set.
(Inherited from VisualContent.) | |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetRenderTrigger | Gets a trigger signaling
that the visualization has changed and needs to be re-rendered.
Note that it does not trigger when highlight changes.
(Inherited from VisualContent.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsConfigurationValid | Determines whether the current plot configuration is valid.
(Inherited from Visualization.) | |
| RefreshOnDemandData |
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.
(Inherited from Visualization.) | |
| Render | Obsolete. Renders the visual to the specified graphics context.
(Inherited from VisualContent.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetFilterRules |
Try to get the filter rules for the plot.
(Inherited from Visualization.) |
Explicit Interface Implementations
Version Information
See Also