ScroopY Report post Posted May 14, 2012 (edited) Hello Please let's me know. How can i change plain bar color to gradient bar color. Thank you for reply sir. <chart bgColor="A8D7AB,FFFFFF" caption='Country Comparison' showLabels='1' showvalues='0' plotSpacePercent = '30' decimals='0' numberPrefix='$' clustered='0' exeTime='1.5' showPlotBorder='0' zGapPlot='30' zDepth='90' divLineEffect='emboss' startAngX='10' endAngX='18' startAngY='-10' endAngY='-40'> <categories> <category label='Austria' /> <category label='Brazil' /> <category label='France' /> <category label='Germany' /> <category label='USA' /> </categories> <dataset seriesName='1998' color='8BBA00' showValues='0'> <set value='45000.65'/> <set value='44835.76' /> <set value='18722.18' /> <set value='77557.31' /> <set value='92633.68' /> </dataset> <dataset seriesName='1997' color='F6BD0F' showValues='0'> <set value='57401.85' /> <set value='41941.19' /> <set value='45263.37' /> <set value='117320.16' /> <set value='114845.27' /> </dataset> <dataset seriesName='1996' color='AFD8F8' showValues='0'> <set value='25601.34' /> <set value='20148.82' /> <set value='17372.76' /> <set value='35407.15' /> <set value='38105.68' /> </dataset> <styles> <definition> <style name='captionFont' type='font' size='15' /> </definition> <application> <apply toObject='caption' styles='captionfont' /> </application> </styles> </chart> Edited May 14, 2012 by ScroopY Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 14, 2012 Hello Please let's me know. How can i change plain bar color to gradient bar color. Thank you for reply sir. Hi, The gradient coloring effect is not available for True 3D chart. Thanks for your time. Share this post Link to post Share on other sites
ScroopY Report post Posted May 14, 2012 Hi, The gradient coloring effect is not available for True 3D chart. Thanks for your time. Thanks for your reply. Have any bar style can I use? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 14, 2012 Thanks for your reply. Have any bar style can I use? Hi, You can use color attribute to fill color in the data-plots of True 3D chart. You would need to specify this attribute in the dataset element of the chart. Ref. Code: <dataset seriesName='2004' renderAs='Line' color='003399'> Please find attached screen-shot for your reference. Share this post Link to post Share on other sites