Skip to main content

TdxGaugeScaleOptionsCustomLayout.HeightFactor Property

Specifies the relative height of the scale‘s bounding box.

Declaration

property HeightFactor: Single read; write;

Property Value

Type
Single

Remarks

The HeightFactor and WidthFactor properties are used collectively to specify the relative dimensions (in factor values) of bounding boxes that determine the actual size of all scales. The HeightFactor property specifies the maximum relative height of the scale regardless of its current visual style. The actual area occupied by a scale does not necessarily match the size of its bounding box, since the selected style determines the scale’s height-to-width ratio. If the Stretch property is set to True, the actual scale area is stretched to the specified HeightFactor and WidthFactor values. The actual height of the scale’s bounding box is the result of multiplying the HeightFactor property value by the absolute height (in pixels) of the parent object.

The values of the HeightFactor and WidthFactor properties can exceed 1. The HeightFactor property values greater than 1 specify the number of times in which the height of the scale’s bounding box is greater than the parent object’s height. The actual height of the scale’s bounding box is calculated in the same manner as if the HeightFactor property value was within the range between 0 and 1.

Note

If the Height property value is changed from the default, the HeightFactor property’s value is ignored. Also, you can simultaneously specify both absolute and relative dimensions for scale boundaries by using the Height and WidthFactor or HeightFactor and Width combinations of properties.

See Also