TdxGaugeLinearScaleRange.CenterPositionFactor Property
Specifies the range bar‘s relative position within a linear scale.
Declaration
property CenterPositionFactor: Single read; write;
Property Value
Type |
---|
Single |
Remarks
The range bar’s thickness and position within a linear scale are determined by both the WidthFactor and CenterPositionFactor properties. The distance from the scale’s left edge to range bar’s center is the product of multiplying the scale’s width (in pixels) by the CenterPositionFactor property value. If the linear scale’s layout is rotated, the range’s position is changed accordingly:
See Also