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
library("xlcharts")
BarChart(type = "col") |>
y_axis(title = "Y axis title")