GraphicalTable Class

Spotfire 14.3 API Reference
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

SystemObject
  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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(38, 0)]
public sealed class GraphicalTable : TableBase

The GraphicalTable type exposes the following members.

Properties

  NameDescription
Public propertyAdditionalValueRowHeight
Gets or sets the additional height in pixels that will be added to the font height to determine the height of a value row.
Public propertyColumnHeaderLineCount
Gets or sets the number of lines of text in the column header.
Public propertyColumns
Gets the columns in this table.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyData
Gets the plot data.
(Inherited from Visualization.)
Public propertyDescription
Gets or sets the plot description.
(Inherited from Visualization.)
Public propertyHeaderColumnWidth
Gets or sets the width in pixels used by the header column. This is the leftmost column displayed in the table.
Public propertyHorizontalLegend
Gets the horizontal legend object for this plot.
(Inherited from Visualization.)
Public propertyIndicateHiddenRows
Gets or sets a value indicating whether to indicate that rows hidden as a result of the setting of the ShowTopNRows and TopNRowCount properties.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyLegend
Gets the legend object for this plot.
(Inherited from Visualization.)
Public propertyRowAxis
Gets the row axis used by this table.
Public propertyShowCellBorders
Gets or sets a value indicating whether the table cell borders are displayed or not.
Public propertyShowDescription
Gets or sets a flag indicating whether to show the description or not.
(Inherited from Visualization.)
Public propertyShowHeaderColumnHeader
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.
Public propertyShowHeaderRow
Gets or sets a value indicating whether the header row shall be shown. This is the topmost row in the table.
Public propertyShowRowAxisSelector
Gets or sets a value indicating whether the row axis selector shall be shown.
Public propertyShowTopNRows
Gets or sets a value indicating whether only the first N values shall be shown, were N is given by TopNRowCount.
Public propertySortInfos
Gets sort info for the columns in this table.
Public propertySupportsTransparency
Gets a value indicating whether transparency is supported.
(Inherited from Visualization.)
Public propertyTableFont Obsolete.
Gets or sets the font used for all cell texts.
Public propertyTableHeaderFont Obsolete.
Gets or sets the font used for all header cell texts.
Public propertyTableHeaderFontMetadata
Gets or sets the font used for all header cell texts.
Public propertyTableSectionHeaderFont Obsolete.
Gets or sets the font used for all section header cell texts.
Public propertyTableSectionHeaderFontMetadata
Gets or sets the font used for all section header cell texts.
Public propertyTitle
Gets or sets the Visual's title.
(Inherited from VisualContent.)
Public propertyTopNRowCount
Gets or sets how many rows that shall be shown. This value is only used when ShowTopNRows is set to true.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTransparency
Gets or sets the transparency for the plot.
(Inherited from Visualization.)
Public propertyTypeId
Gets the type identifier for the visual.
(Inherited from VisualContent.)
Public propertyUseSeparateColorForMarkedItems
Gets or sets a value indicating whether to use a separate color for marked items.
(Inherited from Visualization.)
Public propertyVisual
Gets the visual instance, or null if this instance is not owned by a visual.
(Inherited from VisualContent.)
Top
Methods

  NameDescription
Public methodApplyUserPreferences
Applies user preferences to a newly created visual.
(Inherited from VisualContent.)
Public methodAutoConfigure
Configures a newly created visual with reasonable default values given the current data set.
(Inherited from VisualContent.)
Public methodGetRenderTrigger
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConfigurationValid
Determines whether the current plot configuration is valid.
(Inherited from Visualization.)
Public methodRefreshOnDemandData
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.)
Public methodCode exampleRender Obsolete.
Renders the visual to the specified graphics context.
(Inherited from VisualContent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetFilterRules
Try to get the filter rules for the plot.
(Inherited from Visualization.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference