Represents the dendrogram and hierarchical clustering settings used in the HeatMap.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visuals.Dendrogram
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 59.0.18126.8552 (59.0.18126.8552)
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 | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | INodeContext.GetAncestor<T> |
Implements GetAncestor<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.GetService<T> |
Implements GetService<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.IsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.BeginAggregatedTransaction |
Implements BeginAggregatedTransaction().
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
Supported in: 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also