Shape

public enum Shape : String, Encodable

Determines the line shape.

With spline the lines are drawn using spline interpolation. The other available values correspond to step-wise line shapes.

  • Undocumented

    Declaration

    Swift

    case linear
  • Undocumented

    Declaration

    Swift

    case spline
  • hv

    Undocumented

    Declaration

    Swift

    case hv
  • vh

    Undocumented

    Declaration

    Swift

    case vh
  • hvh

    Undocumented

    Declaration

    Swift

    case hvh
  • vhv

    Undocumented

    Declaration

    Swift

    case vhv