ShadesOfGrey Report post Posted July 23, 2007 Love the charts, love the gradient on the bars using the StackedColumn2D.swf file. However the boss does not like the gradient colors in the stacked bars... or other charts.... How can I remove that to have the bars be solid and boring. -Shades Share this post Link to post Share on other sites
Pallav Report post Posted July 24, 2007 Use <chart ... plotGradientColor='' ..> Share this post Link to post Share on other sites
ShadesOfGrey Report post Posted July 24, 2007 Works great! Thanks for the quick reply! Share this post Link to post Share on other sites
lmp.mike Report post Posted October 24, 2007 (edited) I'm using the 3D Stacked Column Double-Y-axis Line Combo Chart (StackedColumn3DLineDY.swf). whew! 1) Is there a 2D equivalent of this graph? 2) Is there any way to adjust the depth and angle of the 3D columns? 3) I noticed that on the 2D Stacked Column Chart you can change the gradient color for the columns by simply adding color='ffffff,ff0000' to the dataset element. On this 3D graph, however, you can either have the 3D lighting effects turned on or off. If they're turned on, the color you specify fades to a darker shade. If they're turned off, there is no gradient at all, and adding the color='ffffff,ff0000' bit doesn't seem to work for me. I also noticed that the plotGradientColor attribute was not available in the data plot cosmetics for this graph, why would it be available for a 2d graph and not a 3d one? Edited October 24, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted October 30, 2007 >> 1) Is there a 2D equivalent of this graph? You can use MSStackedColumn2DLineDY.swf and just provide a single dataset for stacked column. >> 2) Is there any way to adjust the depth and angle of the 3D columns? I'm afraid no - as that is automatically detected and set. 3) I noticed that on the 2D Stacked Column Chart you can change the gradient color for the columns by simply adding color='ffffff,ff0000' to the dataset element. On this 3D graph, however, you can either have the 3D lighting effects turned on or off. If they're turned on, the color you specify fades to a darker shade. If they're turned off, there is no gradient at all, and adding the color='ffffff,ff0000' bit doesn't seem to work for me. In 3D, the gradient pattern is not definable, unless you change the code. >> I also noticed that the plotGradientColor attribute was not available in the data plot cosmetics for this graph, why would it be available for a 2d graph and not a 3d one? It's only applicable to a 2D graph. Share this post Link to post Share on other sites