Skip to main content

ChartAxis

Configures chart axis.

ChartAxis class has the following properties:

labels

The list of ChartAxisLabel objects to set custom axis labels for only specific values.

labels_interval

The interval between automatic labels.

labels_size

Width or height of labels area.

show_labels

If True, displays the labels along the axis. If labels is empty then automatic labels are displayed.

title

A Control to display as axis title.

title_size

Width or height of title area.