Hello, Reptilianus,
LinearGaugeLabels expose two useful for your case properties:
-
LabelStartVisibleRange: Indicates at which value the labels start. The
LinearGauge control has a start and end value. The
LabelStartVisibleRange value must be set within this range and the first label will be shown at this value.
-
LabelEndVisibleRange: Indicates at which value the labels end. The
LinearGauge control has a start and end value. The
LabelEndVisibleRange value must be set within this range and the last label will be shown at this value.
-
LabelsCount: Controls the number of displayed labels.
Additional information is available in the online documentation:
https://docs.telerik.com/devtools/winforms/gauges/lineargauge/elements/working-with-labels
You can't specify exact label's values. But you can control, the labels count and range. Considering the start/end range of the labels and the labels count, the actual displayed values are calculated. Here is demonstrated a sample code snippet how to manipulate the values:
I hope this information helps. If you have any additional questions, please let me know.
Regards,
Dess
Progress Telerik