Shape

public enum Shape : String, Encodable

Determines the line shape.

The values correspond to step-wise line shapes.

  • Undocumented

    Declaration

    Swift

    case linear
  • hv

    Undocumented

    Declaration

    Swift

    case hv
  • vh

    Undocumented

    Declaration

    Swift

    case vh
  • hvh

    Undocumented

    Declaration

    Swift

    case hvh
  • vhv

    Undocumented

    Declaration

    Swift

    case vhv