CAViewer::SetAxisLabel

CAViewer class

Sets the label to be displayed along the Graph View's axis.

BOOL SetAxisLabel(
  enum Axis axis
  const char *label
  );

Parameters

axis
The desired axis.

label
The string to be displayed along the axis.

Return Value

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

Remarks

The string used in SetAxisLabel will not be displayed if the given axis is mapped to either the row or column dimensions, and SetUseAxisLabel has been disabled.

See Also

CAViewer::SetRowColDim, CAViewer::SetUseAxisLabel, CAViewer::GetAxisLabel