Contains the legend information associated with this Contour.

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

Syntax

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

Field Value

A Legend object for this Contour.

Remarks

By default, the legend is not drawn because IsVisible is set to false. To show the legend set IsVisible = true, i.e., contour.ContourLegend.IsVisible = true;

See Also