GaugeIgnoreBackgroundStyle

When the GraphType property is set to 110 (gauge graph), this property enables or disables use of the GaugeBackgroundStyle property.

Syntax:

setGaugeIgnoreBackgroundStyle(boolean);
boolean = getIgnoreBackgroundStyle();

where:

boolean

Can be one of the following:

true does not use the GaugeBackgroundStyle property.

false uses the value of the GaugeBackgroundStyle property to format the gauge background. This value is the default.


WebFOCUS