I have a chart with a navigator which start and
end points are being cut off.
See attached photo
I have fixed the end points being cut off by adding .Panes(panes => panes.Add().Clip(false))
However when I now use the navigator it when zooming in the
lines in the chart are going outside the axis.
see attached photo.
Is there any way to fix both issues without affecting the other?
Thanks