CAViewer::SetFixedAspect

CAViewer class

Enables or disables the fixed aspect ratio setting.

void SetFixedAspect(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, Fixed Aspect Ratio is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

For Image Map graphs, when Fixed Aspect Ratio is enabled, the relative lengths of the X and Y axis don't change as the graph is resized. If it is disabled, the X and Y axis will be independently scaled to fit the view area.

See Also

CAViewer::GetFixedAspect