CNiPlot3D::ColorMapStyle

3D Graph

Class
CNiPlot3D::
ColorMapStyle
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: ColorMapLogNext page: ColorMapValues    
Public Data Item Declared in:
NiPlot3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

ColorMapStyles ColorMapStyle;

'Description' icon -- Shortcut to top of page. Description

Specifies the color map used by the plot. The following list includes valid color map values.

  • CNiPlot3D::None - no color map.
  • CNiPlot3D::Shaded - shaded using the plot fill color.
  • CNiPlot3D::ColorSpectrum - color spectrum.
  • CNiPlot3D::GrayScale - grayscale.
  • CNiPlot3D::Custom - custom.

Note: The colormap 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 was not specified for the plot, the Z data is used for the magnitude data.

'See Also' icon -- Shortcut to top of page. See Also