:: com :: sun :: star :: chart ::

enum ChartAxisMarkPosition
Description
Specifies the position of the axis interval marks.

Values
AT_LABELS The interval marks are drawn besides the axis labels.  
AT_AXIS The interval marks are drawn at the axis line. This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis ( 
AT_LABELS_AND_AXIS Interval marks are drawn at the axis line and also besides the axis labels. This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis ( 
Values' Details
AT_LABELS
AT_LABELS,
Description
The interval marks are drawn besides the axis labels.
AT_AXIS
AT_AXIS,
Description
The interval marks are drawn at the axis line. This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (
See also
ChartAxisLabelPosition).
AT_LABELS_AND_AXIS
AT_LABELS_AND_AXIS,
Description
Interval marks are drawn at the axis line and also besides the axis labels. This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (
See also
ChartAxisLabelPosition).
Top of Page