- x
an ms_chart object.
- ...
arguments passed to S3 methods.
- orientation
axis orientation, one of 'maxMin', 'minMax'.
- crosses
specifies how the axis crosses the perpendicular
axis, one of 'autoZero', 'max', 'min'.
- cross_between
specifies how the value axis crosses the
category axis between categories, one of 'between', 'midCat'.
- major_tick_mark, minor_tick_mark
tick marks position,
one of 'cross', 'in', 'none', 'out'.
- tick_label_pos
ticks labels position, one of 'high',
'low', 'nextTo', 'none'.
- display
should the axis be displayed (a logical of
length 1).
- num_fmt
number formatting. See the num_fmt section for more details.
- rotation
rotation angle. Value should be between -360
and 360.
- limit_min
minimum value on the axis. Date objects are also accepted
and will be converted automatically.
- limit_max
maximum value on the axis. Date objects are also accepted
and will be converted automatically.
- position
the value at which this axis crosses the perpendicular axis.
- major_unit
numeric, interval between major ticks and gridlines.
- minor_unit
numeric, interval between minor ticks and gridlines.
- major_time_unit
time unit for major ticks on date axes,
one of "days", "months", "years".
- minor_time_unit
time unit for minor ticks on date axes,
one of "days", "months", "years".