Interface ReportSummary.ChartData.DataPointOrBuilder (0.19.0)

public static interface ReportSummary.ChartData.DataPointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabel()

public abstract String getLabel()

The X-axis label for this data point.

string label = 1;

Returns
TypeDescription
String

The label.

getLabelBytes()

public abstract ByteString getLabelBytes()

The X-axis label for this data point.

string label = 1;

Returns
TypeDescription
ByteString

The bytes for label.

getValue()

public abstract double getValue()

The Y-axis value for this data point.

double value = 2;

Returns
TypeDescription
double

The value.