CAViewer::SetLineSmooth

CAViewer class

Enables or disables line smoothing.

void SetLineSmooth(
  BOOL onoroff
  );

Parameters

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

Return Value

None.

Remarks

When enabled, line smoothing helps reduce the "jaggedness" of lines that are drawn in the graph window.

See Also

CAViewer::GetLineSmooth