CAViewer::SetPaletteRange

CAViewer class

Sets the range of data values that the color palette will be associated with.

void SetPaletteRange(
  double minval,
  double maxval
  );

Parameters

minval
The minimum value in the data range.

maxval
The maximum value in the data range.

Return Value

None.

Remarks

This subroutine only affects the graph's appearance when PaletteAutoAdjust is disabled.

See Also

CAViewer::GetPaletteRange, CAViewer::SetPaletteAutoAdjust