Hi,
Is there an easy way to find the rectangle for the main part of the chart (where the data is plotted), excluding the axes, titles, legend, etc.? I can calculate this manually by subtracting the extents of the various parts from the ClientRectangle but it's a litte bit fiddly and there may be other factors that affect the rectangle that I am not aware of, so I would prefer to use the official method to do this, if there is one. :)
Thanks.
Brian
That works fine, thanks. :)
In the FillSceneGraph event you can use:
Rectangle chartRect = layer.OuterBound;