FlexChart for WinForms
RenderContour メソッド

C1.Chart アセンブリ > C1.Chart 名前空間 > ContourHelper クラス : RenderContour メソッド
The rendering engine to use.
The appearance type of the contour.
The number of levels
Array of contour levels to render.
Renders contour lines and isoareas for the heatmap data.
シンタックス
'宣言
 
Public Sub RenderContour( _
   ByVal engine As IRenderEngine, _
   ByVal appearance As ContourAppearance, _
   Optional ByVal numberOfLevels As System.Integer, _
   Optional ByVal contourLevels() As System.Double _
) 
public void RenderContour( 
   IRenderEngine engine,
   ContourAppearance appearance,
   System.int numberOfLevels,
   System.double[] contourLevels
)

パラメータ

engine
The rendering engine to use.
appearance
The appearance type of the contour.
numberOfLevels
The number of levels
contourLevels
Array of contour levels to render.
例外
例外解説
Thrown when contourLevels or engine is null.
参照

参照

ContourHelper クラス
ContourHelper メンバ