TdxGaugeQuantitativeScaleOptionsView.MinorTickCount Property
Specifies the number of tick marks displayed between every two adjacent major tick marks on a quantitative scale.
Declaration
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