Class Axis (2.10.0)

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

A chart axis.

Attributes

NameDescription
label str
The label of the axis.
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.