Hi Igor,
In charting, resizing usually means drawing another chart with more or less details, such as with more or less grid lines and labels when enlarging or shrinking the chart, while keeping the various object size (text size, line width, margins, etc) unchanged.
To implement resizing, the usual method is just to redraw the chart with a larger or smaller size. For example, if the chart is resized when the window is resized, you may just call "drawChart" in the resize event handler. In the drawChart method, instead of using a fixed size for the charts, you may use a size that is deriving the size from the window.
Hope this can help.
Regards
Peter Kwan |