Add Method (ContourLevels)
Adds a contour level to the distribution table.
Syntax
Sub Add(Value As Double)
|
Part
|
Type
|
Description
|
|
Value
|
Double
|
The contour level
|
Example
' Use 10 contour levels
Chart3D1.ChartGroups(1).Contour.Levels.NumLevels = 10
See Also
ContourLevels Object