Contents

chartScrollPosition(initialX:)

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

Declaration

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

See Also

Scrolling