Contours Property

3D Graph Control

Contours Property

Syntax

Set CWPlot3D.Contours

Data Type

CWContours

Purpose

Specifies a collection of CWContour objects.

Remarks

To turn on contours, set the CWPlot3D.Style property to either cwContourLine or cwSurfaceContour.

Example

'Set style to cwContourLine
CWGraph3D1.Plots.Item(2).Style = cwContourLine
'You can now access contour lines and for example,
'set the contour interval to 5
CWGraph3D1.Plots.Item(2).Contours.Intervals = 5

See Also

CWContours

Style