Legend information associated with this ChartNode.

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

Syntax

C#
public virtual Legend Legend { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Legend As Legend
Visual C++
public:
virtual property Legend^ Legend {
	Legend^ get ();
}

Field Value

A Legend containing legend information associated with this ChartNode.

See Also