Contents

init(_:xStart:xEnd:y:)

Declaration

nonisolated init<Data>(_ data: Data, xStart: KeyPath<RulePlot<Content>.DataElement, CGFloat>, xEnd: KeyPath<RulePlot<Content>.DataElement, CGFloat>, y: PlottableProjection<RulePlot<Content>.DataElement, some Plottable>) where Content == VectorizedRulePlotContent<Data>, Data : RandomAccessCollection

See Also

Plotting rules from a collection