GaugeRelativeThickness

When the GraphType property is set to 110 (gauge graph), this property selects the relative thickness of the gauge bands.

Syntax:

setGaugeRelativeThickness (value);
value = getGaugeRelativeThickness()

where:

value

Is a value between 0.0 and 0.7. This value is a Java double-precision number. The default value is 0.1.

Example:

setGraphType(110);  setGaugeRelativeThickness(0.15);

gauge graph


WebFOCUS