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.
|
See Also