CWColorMapStyles Enumeration

3D Graph Control

CWColorMapStyles Enumeration

CWColorMapStyles are the constants for the CWPlot3D.ColorMapStyle property.

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.

See Also

CWPlot3D.ColorMapStyle