Interface Scorecard.GaugeViewOrBuilder (2.10.0)

public static interface Scorecard.GaugeViewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLowerBound()

public abstract double getLowerBound()

The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.

double lower_bound = 1;

Returns
TypeDescription
double

The lowerBound.

getUpperBound()

public abstract double getUpperBound()

The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.

double upper_bound = 2;

Returns
TypeDescription
double

The upperBound.