Skip to main content

TdxGaugeQuantitativeScaleOptionsView.ShowLabels Property

Specifies whether the quantitative scale displays its labels.

Declaration

property ShowLabels: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use this property to hide or display the inscriptions labeling the major tick marks with their respective values. If the ShowLabels property is set to True, the numeric label marks every major tick mark on a scale. Otherwise, the scale shows no labels:

The ShowLabels Property Value Example
True
False

This property affects only the standard labels located at the major tick marks of circular, wide circular, three-fourth circular, half-circular, quarter circular, and linear scales. Use the scale’s Captions property to manage the custom labels (captions).

Note

The ShowLabels property can also be useful if you need to use the scale as a part of a composite multi-functional dashboard consisting of several nested scales. To do so, you may need to hide additional displayed elements of the scale, such as background, tick marks, 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.

The default value of the ShowLabels property is True.

See Also