ColorMapStyle Property
Syntax
CWPlot3D.ColorMapStyle
Data Type
You can use the following constants with this data type:
- cwColorSpectrum–The color map is a color spectrum.
- cwCustom–The color map is custom-defined. Use the CWPlot3D.ColorMapValues and CWPlot3D.ColorMapColors properties to specify a custom color map.
- cwGrayScale–The color map is grayscale.
- cwNone–No color map is applied.
- cwShaded–The color map is shaded.
Purpose
Specifies the color map style that is used by the plot.
Remarks
The color map is applied to data points by mapping the magnitude (W) value of each data point to a color in the color map. If magnitude (W) data is not specified for the plot, the Z data is used for the magnitude data.