Jump to content
We've recently updated our Privacy Statement, available here ×

Applying styles on ChartsPro in JasperStudio


haidar_hadi_205

Recommended Posts

I am trying to further customize a Fusion Charts using <styles> and <application>, my questions is how can I apply the following example into my ChartsPro in Jaspersoft Studio

<chart>  <!-- Your data here -->  <styles>    <definition>      <style name='MyFirstFontStyle' type='font' face='Verdana' size='12' color='FF0000' bold='1' bgColor='FFFFDD' />      <style name='MyFirstAnimationStyle' type='animation' param='_xScale' start='0' duration='2' />      <style name='MyFirstShadow' type='Shadow' color='CCCCCC' />    </definition>    <application>      <apply toObject='Caption' styles='MyFirstFontStyle,MyFirstShadow' />      <apply toObject='Canvas' styles='MyFirstAnimationStyle' />      <apply toObject='DataPlot' styles='MyFirstShadow' />    </application>     </styles></chart>[/code]

Thanks in advance.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

×
×
  • Create New...