[VB] | Public Sub setExactContour([ contour As Boolean [, markContour As Boolean ]]) |
[C#] | public void setExactContour([ bool contour [, bool markContour ]]); |
ChartDirector 5.1 (.NET Edition)
ContourLayer.setExactContour
Usage
[VB] | Public Sub setExactContour([ contour As Boolean [, markContour As Boolean ]]) |
[C#] | public void setExactContour([ bool contour [, bool markContour ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
contour | true | A true value specifies exact contour mode for standard contours, otherwise boundary contour mode will be used. |
markContour | [Same_As_Contour] | A true value specifies exact contour mode for mark contours. A false value specifies boundary contour mode for mark contours. A mark contour is an extra contour added using Axis.addMark on the color axis (obtained using ContourLayer.colorAxis). If this parameter is not specified, the default is to use the same contour mode as standard contours. |
Return Value