ContourContourLegend Property |
Contains the legend information associated with this Contour.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ContourLegend ContourLegend { get; }
Public Overridable ReadOnly Property ContourLegend As ContourLegend
Get
public:
virtual property ContourLegend^ ContourLegend {
ContourLegend^ get ();
}
abstract ContourLegend : ContourLegend with get
override ContourLegend : ContourLegend with 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