Sign in to follow this  
Luohui

Shadow Of The Column, Mscombidy2D.swf

Recommended Posts

Hi~

 

FusionCharts_XT_Evaluation:-MSCombiDY2D.swf(FusionCharts_XT_Evaluation\FusionCharts_XT_Evaluation\Gallery\Combi2DDY\CombiDY2D1.html)

 

how to set up a shadow of Column

post-37505-0-81349600-1361670136_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Yes, using Shadow Style Type will help you apply shadow effect to any of the data plot object.

 

<chart>
......................
 <styles>
   <definition>
        <style name='MyFirstShadow' type='Shadow' color='CCCCCC' />
   </definition>

   <application>
      <apply toObject='DataPlot' styles='MyFirstShadow' />
   </application>

[b]  </styles>[/b]
</chart>

Please read more at: http://docs.fusioncharts.com/charts/contents/Styles/Shadow.html

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi,

 

Yes, using Shadow Style Type will help you apply shadow effect to any of the data plot object.

 

<chart>
......................
 <styles>
   <definition>
        <style name='MyFirstShadow' type='Shadow' color='CCCCCC' />
   </definition>

   <application>
      <apply toObject='DataPlot' styles='MyFirstShadow' />
   </application>

[b]  </styles>[/b]
</chart>

Please read more at: http://docs.fusionch...les/Shadow.html

 

Hope this helps.

 

thanks~

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