ExtraLineDataPoint
public struct ExtraLineDataPoint : Hashable, Identifiable
Data point for Extra line View Modifier.
-
Declaration
Swift
public let id: UUID
-
Undocumented
Declaration
Swift
public var value: Double
-
Undocumented
Declaration
Swift
public var pointColour: PointColour?
-
Undocumented
Declaration
Swift
public var pointDescription: String?
-
Undocumented
Declaration
Swift
public init( value: Double, pointColour: PointColour? = nil, pointDescription: String? = nil )