Click or drag to resize
ContourContourLegend Property
Contains the legend information associated with this Contour.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ContourLegend ContourLegend { get; }

Property Value

Type: ContourLegend
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