Represents the dendrogram and hierarchical clustering settings used in the HeatMap.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsDendrogram
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(7, 0)] public sealed class Dendrogram : DocumentNode
The Dendrogram type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetData |
Return the dendrogram data as a DataRowReader.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Update |
Updates the row clustering.
|
Properties
| Name | Description | |
|---|---|---|
| ClusteringSettings |
Gets or sets the clustering settings.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataTableReference |
Gets or sets the data table reference.
| |
| Dock | Gets or sets the docking of the dendrogram area.
| |
| EmptyValueReplacement |
Gets or sets the empty value replacement.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LegendItem |
Gets the dendrogram legend item.
| |
| ManualUpdate |
Gets or sets a value indicating whether clustering needs to be manually updated.
| |
| Normalization |
Gets or sets the normalization. The normalization may be set to null.
| |
| PruningColorA |
Gets or sets the first of two alternating colors used to indicate
clusters in the dendrogram.
| |
| PruningColorB |
Gets or sets the second of two alternating colors used to indicate
clusters in the dendrogram.
| |
| PruningLevel |
Gets or sets the pruning level for the dendrogram. This is the minimum number of values in the prune column.
| |
| PruningLineColor |
Gets or sets the color used for drawing the pruning line in
the dendrogram.
| |
| ShowPruningLine |
Gets or sets a value indicating whether the pruning line is visible in the dendrogram.
| |
| Span | Gets or sets the span of the dendrogram area.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| UseDataTable |
Gets or sets a value indicating whether or not to use the DataTable in DataTableReference as dendrogram.
| |
| Visible |
Gets or sets a value indicating whether to show dendrogram.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) | |
| INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) | |
| INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) | |
| INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) | |
| ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) | |
| ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) | |
| ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
See Also