VisualizationData Class TIBCO Spotfire 7.9 API Reference
Visualization data.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.DocumentModelNode
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.VisualsVisualizationData

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(17, 0)]
public sealed class VisualizationData : DocumentNode, 
	IDataLimitingModel, IDefinesImplicitDataProperties

The VisualizationData type exposes the following members.

Methods

  NameDescription
Public methodAutoConfigure
Configures with reasonable default values given the current data.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDataTableLegendItem
Gets the legend item for the data table.
Public propertyDataTableReference
Gets or sets the data table reference.
Public propertyFilterings
A collection of auxilliary selections to filter the visualization data by.
Public propertyFilteringsLegendItem
Gets the legend item for the filterings.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyLimitingMarkingsEmptyBehavior
Gets or sets the behavior for when the limiting markings are empty.
Public propertyLimitingMarkingsEmptyMessage
Gets or sets the message to show when the limiting markings are empty. This message is used when LimitingMarkingsEmptyBehavior is set to ShowMessage.
Public propertyLimitingMarkingsEmptyMessageFont
Gets or sets the font to use when the limiting markings are empty. This font is used when LimitingMarkingsEmptyBehavior is set to ShowMessage.
Public propertyMarkingCombinationMethod
Gets or sets a value indicating how the data marking selections shall be combined to limit the data show by the visualization.
Public propertyMarkingLegendItem
Gets the legend item for the marking.
Public propertyMarkingReference
Gets or sets the marking selection used to mark markers in the visualization.
Public propertyRelations
Gets the preferred ColumnRelations for the visualization.
Public propertySubsets
Gets the collection of subsets displayed in the visualization.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyUseActiveFiltering
Gets or sets a value indicating whether to use the filtering from the page's filter panel or not.
Public propertyWhereClauseExpression
Gets or sets the where clause (a boolean expression) that limits the data shown by the visualization, or null. Setting the expression to the empty string will set it to null.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
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 methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference