Contents

init(_:xStart:xEnd:yStart:yEnd:)

Declaration

nonisolated init<Data, Y>(_ data: Data, xStart: KeyPath<BarPlot<Content>.DataElement, CGFloat>, xEnd: KeyPath<BarPlot<Content>.DataElement, CGFloat>, yStart: PlottableProjection<BarPlot<Content>.DataElement, Y>, yEnd: PlottableProjection<BarPlot<Content>.DataElement, Y>) where Content == VectorizedBarPlotContent<Data>, Data : RandomAccessCollection, Y : Plottable

See Also

Plotting bars from a collection