Specifies the levels at which the clusters are joined.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] Levels { get; set; }
Visual Basic (Declaration)
Public Overridable Property Levels As Double()
Visual C++
public:
virtual property array<double>^ Levels {
	array<double>^ get ();
	void set (array<double>^ value);
}

Field Value

A double[] containing the "Levels" attribute value.

See Also