Contents

plotFrame

An anchor to the frame of the chart’s plot, or nil if there is no chart in the context of the chart proxy.

Declaration

var plotFrame: Anchor<CGRect>? { get }

Discussion

The plot is the area between the x and y axes, not including the axes themselves. If the chart is scrollable, the plot frame includes both visible and invisible portions of the plot.

You can convert the anchor to a frame using a GeometryProxy.