Cross table plot class.

2.0

Hierarchy (view full)

Implements

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 CellHeight(): number
  • Gets or sets the cell height.

    Returns number

    2.0

  • set CellHeight(value): void
  • Parameters

    • value: number

    Returns void

  • get CellWidth(): number
  • Gets or sets the cell width.

    Returns number

    2.0

  • set CellWidth(value): void
  • Parameters

    • value: number

    Returns void

  • get ColorCategory(): CategoryKey
  • 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)".

    Returns CategoryKey

    2.0

  • set ColorCategory(value): void
  • Parameters

    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): void
  • Parameters

    • value: string

    Returns void

  • get EmptyCellText(): string
  • Gets or sets the text to display when there is no data.

    Returns string

    2.0

  • set EmptyCellText(value): void
  • Parameters

    • value: string

    Returns void

  • get ExportDataEnabled(): boolean
  • Gets or sets a value indicating whether cross table data can be exported in the Web Player.

    Returns boolean

    2.0

  • set ExportDataEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

  • get Formatting(): Formatting
  • Gets the formatting for this cross table plot.

    Returns Formatting

    2.0

  • get HorizontalLegend(): HorizontalLegend
  • Gets the horizontal legend object for this plot.

    Returns HorizontalLegend

    2.0

  • get IndicateHiddenColumns(): boolean
  • Gets or sets a value indicating whether to show an extra empty column for hidden columns when using top N columns.

    Returns boolean

    2.0

  • set IndicateHiddenColumns(value): void
  • Parameters

    • value: boolean

    Returns void

  • get IndicateHiddenRows(): boolean
  • Gets or sets a value indicating whether to show an extra empty row for hidden rows when using top N rows.

    Returns boolean

    2.0

  • set IndicateHiddenRows(value): void
  • Parameters

    • value: boolean

    Returns void

  • get IsAttached(): boolean
  • Gets a value indicating whether this node is attached.

    Returns boolean

    2.0

  • get Legend(): Legend
  • Gets the legend object for this plot.

    Returns Legend

    2.0

  • get ShowAxisSelectors(): boolean
  • Gets or sets a value indicating whether to show axis selectors.

    Returns boolean

    2.0

  • set ShowAxisSelectors(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowColumnGrandTotal(): boolean
  • Gets or sets a value indicating whether to show column grand total.

    Returns boolean

    2.0

  • set ShowColumnGrandTotal(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowContinuousColor(): boolean
  • Gets or sets a value indicating whether to use continuous coloring for numeric cells.

    Returns boolean

    2.0

  • set ShowContinuousColor(value): 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): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowGridlines(): boolean
  • Gets or sets a value indicating whether to show gridlines.

    Returns boolean

    2.0

  • set ShowGridlines(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowRowGrandTotal(): boolean
  • Gets or sets a value indicating whether to show row grand total.

    Returns boolean

    2.0

  • set ShowRowGrandTotal(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowTopNColumns(): boolean
  • Gets or sets a value indicating whether top N columns should be activated.

    Returns boolean

    2.0

  • set ShowTopNColumns(value): void
  • Parameters

    • value: boolean

    Returns void

  • get ShowTopNRows(): boolean
  • Gets or sets a value indicating whether top N rows should be activated.

    Returns boolean

    2.0

  • set ShowTopNRows(value): void
  • Parameters

    • value: boolean

    Returns void

  • get SortColumnsCategory(): CategoryKey
  • Gets or sets a category key for sorting the columns.

    Returns CategoryKey

    2.0

  • set SortColumnsCategory(value): void
  • Parameters

    Returns void

  • get SortColumnsOrder(): SortOrder
  • Gets or sets the direction of sort when sorting columns.

    Returns SortOrder

    2.0

  • set SortColumnsOrder(value): void
  • Parameters

    Returns void

  • get SortRowsCategory(): CategoryKey
  • Gets or sets a category key for sorting the rows.

    Returns CategoryKey

    2.0

  • set SortRowsCategory(value): void
  • Parameters

    Returns void

  • get SortRowsMode(): SortMode
  • Gets or sets the sort mode used when sorting rows.

    Returns SortMode

    2.0

  • set SortRowsMode(value): void
  • Parameters

    Returns void

  • get SortRowsOrder(): SortOrder
  • Gets or sets the direction of sort when sorting rows.

    Returns SortOrder

    2.0

  • set SortRowsOrder(value): void
  • Parameters

    Returns void

  • get SupportsTransparency(): boolean
  • Gets a value indicating whether transparency is supported.

    Returns boolean

    2.0

  • get TableHeaderFontMetadata(): FontMetadata
  • Gets or sets the table header font.

    Returns FontMetadata

    2.0

  • set TableHeaderFontMetadata(value): void
  • Parameters

    Returns void

  • get TableTotalsFontMetadata(): FontMetadata
  • Gets or sets the font for subtotals and grand total in the table.

    Returns FontMetadata

    2.0

  • set TableTotalsFontMetadata(value): void
  • Parameters

    Returns void

  • get Title(): string
  • Gets or sets the Visual's title.

    Returns string

    2.0

  • set Title(value): void
  • Parameters

    • value: string

    Returns void

  • get TopNColumnCount(): number
  • Gets or sets top N column count.

    Returns number

    2.0

  • set TopNColumnCount(value): void
  • Parameters

    • value: number

    Returns void

  • get TopNRowCount(): number
  • Gets or sets the top N row count.

    Returns number

    2.0

  • set TopNRowCount(value): void
  • Parameters

    • value: number

    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): 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): 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

    2.0

  • Exports the content of the cross table as tab separated text.

    Parameters

    Returns void

    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

    2.0

  • Try to get the filter rules for the plot.

    Parameters

    Returns boolean

    false if this visualization does not support filter, rules, otherwise true.

    2.0