y_axis {xlcharts} | R Documentation |
y_axis
Description
Values must be of type <class 'openpyxl.chart.axis.NumericAxis'>
Usage
y_axis(py_obj, ...)
Arguments
py_obj |
py_obj |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
BarChart(type = "col") |>
y_axis(title = "Y axis title")
## End(Not run)
[Package xlcharts version 0.0.2 Index]