MarkerAttachment

public enum MarkerAttachment

Where the Y and X touch markers should attach themselves to.

case line(dot: Dot) // Attached to the line.
case point // Attached to the data points.
  • Attached to the line.

    Declaration

    Swift

    case line(dot: Dot)
  • Attached to the data points.

    Declaration

    Swift

    case point