Returns all of the contour levels.

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

Syntax

C#
public virtual ContourLevel[] GetContourLevel()
Visual Basic (Declaration)
Public Overridable Function GetContourLevel As ContourLevel()
Visual C++
public:
virtual array<ContourLevel^>^ GetContourLevel()

Return Value

A ContourLevel[] containing the "ContourLevel" attribute value.

See Also