Interface XyChart.AxisOrBuilder (2.4.0)

public static interface XyChart.AxisOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabel()

public abstract String getLabel()

The label of the axis.

string label = 1;

Returns
TypeDescription
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

The label of the axis.

string label = 1;

Returns
TypeDescription
ByteString

The bytes for label.

getScale()

public abstract XyChart.Axis.Scale getScale()

The axis scale. By default, a linear scale is used.

.google.monitoring.dashboard.v1.XyChart.Axis.Scale scale = 2;

Returns
TypeDescription
XyChart.Axis.Scale

The scale.

getScaleValue()

public abstract int getScaleValue()

The axis scale. By default, a linear scale is used.

.google.monitoring.dashboard.v1.XyChart.Axis.Scale scale = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for scale.