Y1LogScale

This property selects logarithmic or linear scaling for the Y1-axis. When the scale range is set to automatic, any data items with Y1 values less than or equal to zero are graphed as null for log scale. If a manual scale range is specified to include negative values (Y1ScaleMin less than or equal to zero), the request for log scale is ignored and Y1LogScale is automatically set to false (linear scale).

Syntax:

setY1LogScale(boolean)
boolean = getY1LogScale();

where:

boolean

Can be one of the following:

true uses logarithmic scale.

false uses linear scale. This value is the default.

Example:

setY1LogScale(true);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bar graph

setY1LogScale(false);

bar graph

See getLogScale(), setLogScale().


WebFOCUS