Hi Ariffin,
If you are plotting an XYChart, before you add any real layer or data set, please add an empty layer or data set (with the data being empty arrays) using the automatic color (using -1 as the color). For example, an empty line layer will work. This will "consume" the first color (the red color). So for your real data, the auto-color will start from the second color (the green color) onwards.
If you are plotting a pie chart, please add a "NoValue" item as the first item. It will consume the first color (the red color).
Hope this can help.
Regards
Peter Kwan |