Action
    Preparing search index...

    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.

    2.0

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Casts this object to the specified type. Throws error on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns T1

    • Determines whether the specified object is equal to the current object.

      Parameters

      • obj: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object; otherwise, false.

    • Serves as the default hash function.

      Returns number

      A hash code for the current object.

    • Returns a string that represents the current object.

      Returns string

      A string that represents the current object.

    • Casts this object to the specified type. Returns null on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns null | T1

    • Determines whether the specified object instances are considered equal.

      Parameters

      • objA: any

        The first object to compare.

      • objB: any

        The second object to compare.

      Returns boolean

      true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

    Default capability

    • get AdditionalValueRowHeight(): number

      Gets or sets the additional height in pixels that will be added to the font height to determine the height of a value row.

      Returns number

      2.0

    • set AdditionalValueRowHeight(value: number): void

      Parameters

      • value: number

      Returns void

    • get ColumnHeaderLineCount(): number

      Gets or sets the number of lines of text in the column header.

      Returns number

      2.0

    • set ColumnHeaderLineCount(value: number): void

      Parameters

      • value: number

      Returns void

    • get Context(): INodeContext

      Gets the context of this node.

      Returns INodeContext

      2.0

    • get Description(): string

      Gets or sets the plot description.

      Returns string

      2.0

    • set Description(value: string): void

      Parameters

      • value: string

      Returns void

    • get HeaderColumnWidth(): number

      Gets or sets the width in pixels used by the header column. This is the leftmost column displayed in the table.

      Returns number

      2.0

    • set HeaderColumnWidth(value: number): void

      Parameters

      • value: number

      Returns void

    • get HorizontalLegend(): HorizontalLegend

      Gets the horizontal legend object for this plot.

      Returns HorizontalLegend

      2.0

    • get IsAttached(): boolean

      Gets a value indicating whether this node is attached.

      Returns boolean

      2.0

    • get ShowCellBorders(): boolean

      Gets or sets a value indicating whether the table cell borders are displayed or not.

      Returns boolean

      2.0

    • set ShowCellBorders(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get ShowDescription(): boolean

      Gets or sets a flag indicating whether to show the description or not.

      Returns boolean

      2.0

    • set ShowDescription(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get ShowHeaderColumnHeader(): boolean

      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.

      Returns boolean

      2.0

    • set ShowHeaderColumnHeader(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get ShowHeaderRow(): boolean

      Gets or sets a value indicating whether the header row shall be shown. This is the topmost row in the table.

      Returns boolean

      2.0

    • set ShowHeaderRow(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get ShowRowAxisSelector(): boolean

      Gets or sets a value indicating whether the row axis selector shall be shown.

      Returns boolean

      2.0

    • set ShowRowAxisSelector(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get SupportsTransparency(): boolean

      Gets a value indicating whether transparency is supported.

      Returns boolean

      2.0

    • get TableSectionHeaderFontMetadata(): FontMetadata

      Gets or sets the font used for all section header cell texts.

      Returns FontMetadata

      2.0

    • set TableSectionHeaderFontMetadata(value: FontMetadata): void

      Parameters

      Returns void

    • get Transactions(): ITransactions

      Gets a collection of methods for executing transactions on the document.

      Returns ITransactions

      2.0

    • get Transparency(): number

      Gets or sets the transparency for the plot.

      Returns number

      2.0

    • set Transparency(value: number): void

      Parameters

      • value: number

      Returns void

    • get UseSeparateColorForMarkedItems(): boolean

      Gets or sets a value indicating whether to use a separate color for marked items.

      Returns boolean

      2.0

    • set UseSeparateColorForMarkedItems(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get Visual(): null | Visual

      Gets the visual instance, or null if this instance is not owned by a visual.

      Returns null | Visual

      2.0

    • Configures a newly created visual with reasonable default values given the current data set.

      Returns void

      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.

      2.0

    • Determines whether the current plot configuration is valid.

      Returns boolean

      true if the current plot configuration is valid; otherwise, false.

      2.0

    • 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.

      Returns void

      This will only refresh the data tables where the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.

      2.0