Skip to content

Meter Label Set Values

Set the min, max, and current value on a MeterLabel.

Parameters

Parameter Description
Label The MeterLabel component to update.
Min Value Minimum value that maps to normalized 0.
Max Value Maximum value that maps to normalized 1 and 100%.
Value Current value to show after updating the range.

Notes

  • This is useful when the label is displaying normalized, percentage, or raw-over-max output.
  • Use this when both the label value and its normalization range may change together.

See also