ContourLevel draws a level curve line and the fill area between
the level curve and the next smaller level curve.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class ContourLevel : ChartNode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class ContourLevel _ Inherits ChartNode |
Visual C++ |
---|
[SerializableAttribute] public ref class ContourLevel : public ChartNode |
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.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.ContourLevel
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.ContourLevel