Represents the dendrogram and hierarchical clustering settings used in the HeatMap.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsDendrogram
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(56, 0)] public sealed class Dendrogram : DocumentNode
The Dendrogram type exposes the following members.
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.
|
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetData |
Return the dendrogram data as a DataRowReader.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Updates the row clustering.
|
Explicit Interface Implementations
Version Information
See Also