Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeLinearScaleRange.CenterPositionFactor Property

Specifies the range bar‘s relative position within a linear scale.

#Declaration

Delphi
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