Back to Devexpress

TdxGaugeQuantitativeScaleOptionsView.ShowLastTick Property

vcl-dxgaugequantitativescale-dot-tdxgaugequantitativescaleoptionsview-1a04daa9.md

latest2.4 KB
Original Source

TdxGaugeQuantitativeScaleOptionsView.ShowLastTick Property

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

Declaration

delphi
property ShowLastTick: 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 ShowLastTick property is set to True , the last major tick mark is displayed; otherwise, it is hidden:

The ShowLastTick Property ValueExample
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 ShowLastTick property is True.

See Also

TdxGaugeQuantitativeScaleOptionsView Class

TdxGaugeQuantitativeScaleOptionsView Members

dxGaugeQuantitativeScale Unit