GaugeScale.IsAbsoluteTickOffset

Syntax

IsAbsoluteTickOffset: Boolean;

Description

The IsAbsoluteTickOffset property determines units used to specify scale ticks offset.

Comments

Use JSON or the setIsAbsoluteTickOffset method to set the property value, and the getIsAbsoluteTickOffset method to get the property value.

If this property is set to True (default), offset is specified in pixels, otherwise it is specified in percents.

Example

The property is under development.

See also:

GaugeScale