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 Show |
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 Show
The default value of the ShowLabels property is True.