Hi again
I need to know valid value of PlotArea property before the first draw of the chart. (I want to place legends according the size of the plot area), but help says: "This property contains valid value after the document layout has been been performed".
Is there any way to force chart control calculate this value when I need it?
For now I just setup a timer and read PlotArea after the chartcontrol is created, but this is ugly. Please help!