Hi Alex,
For the chart you attached, all the charts can be generated with the same code, using different data. So if I were you, I would not write "redundant code for 20 or so charts". I would just write the charting code once, and use it in a loop to generate as many charts as necessary and add them to a MultiChart object. The required code to generated as many charts as necessary should not be significantly more than the code required to generate one chart.
Also, you do not have to add them to a MultiChart if they are part of a web page or other types of document. You may also insert them as multiple images in the web page or other documents.
Hope this can help.
Regards
Peter Kwan |