DendrogramCoordinates Property |
The cluster coordinates in the Dendrogram object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[][] Coordinates { get; set; }
Public Overridable Property Coordinates As Double()()
Get
Set
public:
virtual property array<array<double>^>^ Coordinates {
array<array<double>^>^ get ();
void set (array<array<double>^>^ value);
}
abstract Coordinates : float[][] with get, set
override Coordinates : float[][] with get, set
Property Value
Type:
Double
An
doube[][] containing the "Coordinates" attribute value.
See Also