Contents

init(_:xStart:xEnd:y:height:stacking:)

Declaration

nonisolated init<Data>(_ data: Data, xStart: KeyPath<BarPlot<Content>.DataElement, CGFloat>, xEnd: KeyPath<BarPlot<Content>.DataElement, CGFloat>, y: PlottableProjection<BarPlot<Content>.DataElement, some Plottable>, height: MarkDimensions<BarPlot<Content>.DataElement> = .automatic, stacking: MarkStackingMethod = .standard) where Content == VectorizedBarPlotContent<Data>, Data : RandomAccessCollection

See Also

Plotting bars from a collection