ReferencePercentageMode

This property determines whether the XY coordinates used for a reference will be the absolute value, or the percentage value, of the frame.

Syntax:

setReferencePercentageMode (IdentObj idobj, boolean);

where:

idObj

Is the object ID of a reference object (for example, getReferenceLineXY(), getReferenceMarker(), and so on).

boolean

Can be one of the following:

true is the percentage value of the frame. For the getReferenceMarker(), getReferenceRect(), and getReferenceLineXY methods, the percentage value is 0 to 1. For the getReferenceLineXYRatio() method, the percentage value is 0 to 100.

false is the absolute value of the X and Y-axis. This is the default value.


WebFOCUS