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

TdxGaugeQuantitativeScaleOptionsView.ShowFirstTick Property

Specifies whether the quantitative scale displays its first major tick mark.

#Declaration

Delphi
property ShowFirstTick: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

The ShowFirstTick and ShowLastTick properties specify the visibility of the first and the last major tick marks with their respective label inscriptions, indicating both the minimum and maximum values that can be displayed on the scale. If the ShowFirstTick property is set to True, the first major tick mark is displayed; otherwise, it is hidden:

The ShowFirstTick Property Value Example
True
False

Note

Hiding either the first or last major tick mark with its respective label on a full circular scale is useful for imitating cyclic measuring instruments like clocks and stopwatches. If you need to hide all tick marks on the scale, use the ShowTicks property instead of the ShowFirstTick/ShowLastTick pair of properties.

The default value of the ShowFirstTick property is True.

See Also