value(_:_:)
Creates a parameter value with label and value.
Declaration
static func value(_ label: Text, _ value: Value) -> PlottableValue<Value>Parameters
- label:
The label.
- value:
The parameter’s value.
Creates a parameter value with label and value.
static func value(_ label: Text, _ value: Value) -> PlottableValue<Value>The label.
The parameter’s value.