1.27d - Correct colors when drawing multiple charts
Status: Beta
Brought to you by:
ayashisunyday
Version 1.27d does something strange when you try to paint multiple charts on the same image. Previously, the colors could appear in both graphs, for different series, so it was hard to tell the difference. This patch assigns an ID to a series when it is first added (with AddPoints()), and uses that ID as the index into the color table. Thus, the colors are correct throughout the chart.
Attached is a RAR file of the two changed files pChart.class and pData.class. These are drop-in replacements for version 1.27d.
Updated pChart.class and pData.class