x_axis {xlcharts}R Documentation

x_axis

Description

Values must be of type <class 'openpyxl.chart.axis.TextAxis'>

Usage

x_axis(py_obj, ...)

Arguments

py_obj

py_obj

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
BarChart(type = "col") |>
  x_axis(title = "X axis title")

## End(Not run)


[Package xlcharts version 0.0.2 Index]