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()
-
All
LinesSegments
contained herein.Declaration
Swift
public var linesSegments: [LinesSegment] { get }
-
Collection of
LinesSegment
values contained herein.Declaration
Swift
public var base: [LinesSegment] { get }