Basis Property
Syntax
CWContours.Basis
Data Type
You can use the following constants with this data type:
- cwMagnitude–Contour levels are based on the plot's magnitude (W) data.
- cwX–Contour levels are based on the plot's X data.
- cwY–Contour levels are based on the plot's Y data.
- cwZ–Contour levels are based on the plot's Z data.
Purpose
Specifies the data coordinate that the contour levels are calculated from.
Remarks
Contour levels can be based on the X, Y, Z, or magnitude data.
Example
'Set the contour level's basis on the x-axis
CWGraph3D1.Plots.Item(1).Contours.Basis = cwX