init<V>(value: V, in: ClosedRange <V>, label: () -> Label)
Creates a gauge showing a value within a range and describes the gauge’s purpose and current value.
init<V>(value: V, in: ClosedRange <V>, label: () -> Label, currentValueLabel : () -> CurrentValueLabel )
Creates a gauge showing a value within a range and that describes the gauge’s purpose and current value.
init<V>(value: V, in: ClosedRange <V>, label: () -> Label, currentValueLabel : () -> CurrentValueLabel , markedValueLabels : () -> MarkedValueLabels )
Creates a gauge representing a value within a range.
init<V>(value: V, in: ClosedRange <V>, label: () -> Label, currentValueLabel : () -> CurrentValueLabel , minimumValueLabel : () -> BoundsLabel , maximumValueLabel : () -> BoundsLabel )
Creates a gauge showing a value within a range and describes the gauge’s current, minimum, and maximum values.