I have a chart obj., called makechart() method to get draw area, On this draw area i have
plotted two circles. Is there any way to maintain the drawings on the draw area , when the
chart dlg is resized (ie. delete the chart obj. & create new chart obj with new dimensions)
For new chart object is there a way other than calling makechart() to get draw area & plot
the same circles ? |