Contents

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.