CAViewer::SetShading

CAViewer class

Enables or disables shading.

void SetShading(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, shading is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

The shading state determines how color values are interpolated across the graph's surface. If shading is enabled, the colors are interpolated between neighboring data points. If shading is disabled, each data element of the graph is drawn in a solid color.

See Also

CAViewer::GetShading