I think I've the same problem, but not on individual columns but I want every column to have the same color. How do I fix that?This is the code I tried to use, whatever I do with plotGradientColor I got different colors on all the columns
<
ChartTemplate flashName="Column2D" animation='0' baseFont="Arial" baseFontSize='10'
plotGradientColor=''
outCnvBaseFont='Arial' outCnvBaseFontSize='10' showAlternateHGridColor="1"
dropShadows='0' shadowXShift='0' shadowYShift='0' setAdaptiveYMin='1'
formatNumber='0' formatNumberScale='0' forceDecimals='0' showValues='0'
canvasBorderThickness='0' chartLeftMargin='4' chartRightMargin='4'
adjustDiv='0' bgColor='ffffff' canvasBorderColor='cccccc' legendShadow='0'
legendBorderColor='ffffff' borderColor='aaaaaa' imageSave='1' imageSaveURL='../../FusionChartsSave.aspx?imageName=Column2D'
labelDisplay='Rotate' slantLabels='1' paletteColors='FF5904'>
<category font='Arial' fontSize='9' fontColor='000000' displaySerieValue='true'/><
dataset type="column" color="ff0000" parentYAxis="P" showValues='0' lineThickness='1' showAnchors='false' labelPeriodicy='1' plotGradientColor=''/></
ChartTemplate>