CAViewer::SetFontAutoScale

CAViewer class

Sets a value that determines whether the font size used in axis labels changes as the size of the graph view window changes, or is held fixed.

BOOL SetFontAutoScale(
  BOOL onoroff
  );

Parameters

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

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

See Also

CAViewer::GetFontAutoScale