Multiple colors for single series The 6 defined colors are used repeatedly to fill the columns. color: sets the fill color, alpha: sets the transparency ā—¸Layout <Column3DSeries yField="Profit"> <fills> <SolidColor color="0x336699"/> <SolidColor color="0x3366FF"/> <SolidColor color="0x6666FF"/> <SolidColor color="0x9966FF"/> <SolidColor color="0xCC6699"/> <SolidColor color="0xCC0066"/> </fills> <showDataEffect> <SeriesInterpolate/> </showDataEffect> </Column3DSeries>