TdxGaugeQuantitativeScaleOptionsView.ShowFirstTick Property
Specifies whether the quantitative scale displays its first major tick mark.
Declaration
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.