PlotModel
public protocol PlotModel : CollectionWrapping
Model represented by a PlotView
.
-
Model of a single point within a
PlotModel
.Declaration
Swift
associatedtype Point : PointModel
-
The thing the needs to be converted into vertical dimension.
Declaration
Swift
associatedtype Entity
-
Type that describes the coordinates of a given
Point
.Declaration
Swift
associatedtype Position : Hashable
-
base
Extension method