Class Axis (2.2.4)

Axis(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A chart axis. .. attribute:: label

The label of the axis.

:type: str

Attribute

NameDescription
scale google.cloud.monitoring_dashboard_v1.types.XyChart.Axis.Scale
The axis scale. By default, a linear scale is used.

Classes

Scale

Scale(value)

Types of scales used in axes.