Contents

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

Declaration

nonisolated init<Data>(_ data: Data, xStart: CGFloat? = nil, xEnd: CGFloat? = nil, 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