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.ShowTicks Property

Specifies whether the quantitative scale displays its tick marks.

#Declaration

Delphi
property ShowTicks: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Use this property if you need to hide both major and minor tick marks from an arc or linear scale. If the ShowTicks property is set to False, all tick marks are removed from the scale; the labels corresponding to the major tick marks are unaffected. Set the ShowTicks property back to True in order to make the tick marks visible again.

The ShowTicks Property Value Example
True
False

The ShowTicks property is also useful if you want to use the scale as a part of a composite multi-functional dashboard, consisting of several nested scales. To do so, you may also need to hide additional displayed elements of the scale, such as labels, background, and optionally, both the needle and spindle cap (only for the arc and wide circular scales). Refer to the Scale Visual Elements topic for additional information.

Note

If you need to control the tick mark visibility more precisely, use the MajorTickCount, MinorTickCount, ShowFirstTick and ShowLastTick properties instead.

The default value of the ShowTicks property is True.

See Also