Contents

chartScrollPosition(initialY:)

Sets the initial scroll position along the y-axis. Once the user scrolls the scroll view, the value provided to this modifier will have no effect.

Declaration

nonisolated func chartScrollPosition(initialY: some Plottable) -> some View

See Also

Scrolling