Sign in to follow this  
ScroopY

How Can I Fill Gradient Color?

Recommended Posts

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>

 

post-28155-0-22104500-1336971552_thumb.png

Edited by ScroopY

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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.

post-24802-0-31063000-1336998279_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this