plotAreaFrame
An anchor to the frame of the chart’s plot.
Declaration
var plotAreaFrame: 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.
A chart must exist in the context of the chart proxy. You can convert the anchor to a frame using a GeometryProxy.