value(_:_:)
Creates a parameter value with label and value.
Declaration
static func value<S>(_ label: S, _ range: Range<Value>) -> PlottableValue<Value> where Value : Comparable, S : StringProtocolParameters
- label:
The label.
Creates a parameter value with label and value.
static func value<S>(_ label: S, _ range: Range<Value>) -> PlottableValue<Value> where Value : Comparable, S : StringProtocolThe label.