IMSL C# Numerical Library

ContourLevel Class

ContourLevel draws a level curve line and the fill area between the level curve and the next smaller level curve.

For a list of all members of this type, see ContourLevel Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.ContourLevel

public class ContourLevel : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ContourLevel objects are created by Contour as child nodes.

Each ContourLevel defines a filled areas and level curves. The drawing of the filled areas can be changed using the line attributes (specified with LineColor, LineWidth and SetMarkerDashPattern) and fill attributes (specified with FillType and FillColor)in the ContourLevel nodes.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

ContourLevel Members | Imsl.Chart2D Namespace | Contour