Sign in to follow this  
nitin.daphale

Where can I find attribute list for styling

Recommended Posts

When we use 'style ' element in that

 

we specify 'feature' for an 'object name' .

 

Ex.For styling 'CAPTION' we use 'font' feature and

 

in that we use 'color/fontstyle/fontsize' .

 

 

 

In my case I want to use 'glow/bevel/blur' features for 'Dataplot'

 

but I couldn't find required attributes for the same.

 

 

 

I already seen list http://www.fusioncharts.com/docs/

 

can u help me?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Nitin,

Could you please try applying "Styles" on the dataplots for 'glow/bevel/blur'  properties?

Ref:- <styles>

  <definition>

<style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' quality='10'/>

  </definition>

  <application>

  <apply toObject='Caption' styles='MyFirstFontStyle,MyFirstShadow' />

  </application> 

</styles>

Please refer to the links below for further details on the same :-

Ref.- http://www.fusioncharts.com/docs?/Styles/Glow.html

http://www.fusioncharts.com/docs?/Styles/Bevel.html

http://www.fusioncharts.com/docs?/Styles/Blur.html

Hope this helps. :D

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