init(_:x:yStart:yEnd:)
Declaration
nonisolated init<Data, Y>(_ data: Data, x: KeyPath<RulePlot<Content>.DataElement, CGFloat>, yStart: PlottableProjection<RulePlot<Content>.DataElement, Y>, yEnd: PlottableProjection<RulePlot<Content>.DataElement, Y>) where Content == VectorizedRulePlotContent<Data>, Data : RandomAccessCollection, Y : Plottable