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

Specifies the number of tick marks displayed between every two adjacent major tick marks on a quantitative scale.

#Declaration

Delphi
property MinorTickCount: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to change the number of minor tick marks indicating the intermediate positions between every two labeled values. If you set the MinorTickCount property to 0, only the major tick marks are displayed.

Note

If you need to disable both minor and major tick marks, set the ShowTicks property to False. If you need to affect the visibility of the major tick marks on the scale, use the MajorTickCount, ShowFirstTick, and ShowLastTick properties instead.

See Also