I have a Combination 2D chart(MSCombi2d.swf) that is displaying the incorrect colors in the series legend(columns to series). If I use the same JSON data for a Combination 3D, or any multiseries chart it displays with the correct colors(columns to series). Is there something special that needs to be done for the Combination 2D chart?
Here is the data I am using for both charts.
{"Result":0,"ChartData":{"__type":"MultiSeriesChartData:#Models","chart":{"__type":"Chart:#Models","baseFont":"Arial","baseFontColor":"000000","baseFontSize":9,"bgAlpha":"100","bgAngle":180,"bgColor":"FFFFFF","bgImage":"","bgRatio":"100","borderAlpha":50,"borderColor":"000000","canvasBgAlpha":0,"canvasBgColor":"FFFFFF","caption":"Appt Count by ApptDate","drawAnchors":0,"drilldownEnabled":false,"index":0,"legendBgAlpha":0,"legendBorderAlpha":0,"legendPosition":"BOTTOM","logoAlpha":0,"logoPosition":"BR","outCnvBaseFont":"Arial","outCnvBaseFontColor":"000000","outCnvBaseFontSize":9,"showAlternateHGridColor":1,"showAlternateVGridColor":1,"showBorder":1,"showValues":0,"subcaption":"by Store","toolTipBgColor":"FFFFFF","toolTipBorderColor":"FFFFFF","useRoundEdges":1,"xaxisname":"Date","yaxisname":"Appt Count By ApptDate"},"doRefresh":false,"categories":[{"category":[{"label":"Jan"},{"label":"Feb"},{"label":"Mar"},{"label":"Apr"},{"label":"May"},{"label":"Jun"},{"label":"Aug"},{"label":"Sep"},{"label":"Oct"},{"label":"Nov"},{"label":"Dec"}]}],"dataset":[{"data":[{"value":"39"},{"value":"49"},{"value":"63"},{"value":"29"},{"value":"43"},{"value":"68"},{"value":"64"},{"value":"49"},{"value":"57"},{"value":"36"},{"value":"33"},{"value":"58"}],"seriesname":"2010"},{"data":[{"value":"39"},{"value":"52"},{"value":"51"},{"value":"59"},{"value":"41"},{"value":"58"},{"value":"54"},{"value":"49"},{"value":"72"},{"value":"70"},{"value":"84"},{"value":"62"}],"seriesname":"2011"},{"data":[{"value":"82"},{"value":"85"},{"value":"78"},{"value":"52"},{"value":"46"},{"value":"52"},{"value":"1"},{"value":"7"},{"value":"3"},{"value":"214"},{"value":"942"}],"seriesname":"2012"}],"trendlines":{"line":[]}},"DoRefresh":0}