CAViewer::SetUseAxisLabel

CAViewer class

Enables or disables display of Axis labels.

BOOL SetUseAxisLabel(
  enum Axis axis
  BOOL onoroff
  );

Parameters

axis
The desired axis.

onoroff
If set to TRUE, the axis label for the indicated dimension is displayed. If set to FALSE, the dimension name (if available) is displayed.

Return Value

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

Remarks

If the given axis doesn't correspond to an array dimension (for example: the Z-Axis in a Height Plot graph), calling SetUseAxisLabel with a value of TRUE will have no effect.

See Also

CAViewer::GetUseAxisLabel, CAViewer::SetAxisLabel, CAViewer::SetDimName