Hi JoD,
As you pointed out, currently there is no control to show/hide the entire symbol directly according
to either inside or outside the frame. One possibility is to filter out the outside points as follows:
1) In the worksheet, attach a filter to the X column.
2) Set the custom condition of the filter (when your graph is in Graph1) like:Graph1!layer.x1.from<=x and x<=Graph1!layer.x1.to
Note that you can control by "=" in the condition whether including exactly on the points on X axis,
or allowing only proper inside the frame.
Please try though there might be a better way. Works?
--Hideo Fujii
OriginLab