LinesSegmentCollection

public struct LinesSegmentCollection

Collection of LinesSegment values, which indicate the start and stop points for the structural lines in a Plot.

  • Start all lines at the given horizontal position.

    Declaration

    Swift

    public mutating func startLines(at x: Double)
  • Stop all lines at the given horizontal position.

    Declaration

    Swift

    public mutating func stopLines(at x: Double)
  • Create an empty LinesSegmentCollection

    Declaration

    Swift

    public init()