Jimmi Report post Posted April 27, 2012 Hi, I have an xml like below. <chart animation='1' xaxisname='Job' yaxisname='Ename' subCaption='' bgColor='99CCFF,FFFFFF' bgAlpha='40,100' bgRatio='0,100' bgAngle='90' showBorder='1' borderColor='#8b748b' borderThickness='1' borderAlpha='100' startingAngle ='0' enableRotation='0' pieInnerFaceAlpha='100' pieOuterFaceAlpha='100' pieYScale='40' enableSmartLabels='1' skipOverlapLabels='1' isSmartLineSlanted='1' smartLineColor='#000000' smartLineThickness='1' smartLineAlpha='100' plotFillAlpha='100' maxColWidth='100' use3DLighting='1' showValues='0' showPercentValues='0' stack100Percent='0' baseFont='Verdana' baseFontSize='10' baseFontColor='#000000' formatNumber='1' decimals='0' formatNumberScale='0' forceDecimals='0' showToolTip='1' toolTipBgColor='#FFFFFF' toolTipBorderColor='#000000' toolTipSepChar=',' seriesNameInToolTip='1' showToolTipShadow='0' > <set toolText='ANALYST' value='2' label='ANALYST'/> <set toolText='CLERK' value='4' label='CLERK'/> <set toolText='MANAGER' value='3' label='MANAGER'/> <set toolText='PRESIDENT' value='1' label='PRESIDENT'/> <set toolText='SALESMAN' value='4' label='SALESMAN'/> </chart> I have added the attachment for the above graph. i have used Column3D as graph type. I want to get what are the colors applied for the individual color sets? Share this post Link to post Share on other sites
Jimmi Report post Posted April 30, 2012 Hi, I got the solution. http://forum.fusioncharts.com/topic/5627-List-of-standard-colors Thanks. Share this post Link to post Share on other sites
Swarnam Report post Posted April 30, 2012 Hey, Please refer to http://forum.fusioncharts.com/topic/11170-default-chart-colors/page__p__43605__hl__default+colors__fromsearch__1#entry43605 Share this post Link to post Share on other sites