Sign in to follow this  
JamesP

Drag Node Chart: Changing The Default Font

Recommended Posts

Good afternoon,

 

 

 

Is it possible to change the font used within the nodes on the drag node chart?

 

 

 

I've experimented with the various documented XML chart and style attributes, but all that seems to change is the font of the tooltip.

 

 

 

Am I trying to do something that is not supported by the drag node chart?

 

 

 

Thanks

 

 

 

James

Share this post


Link to post
Share on other sites

Please use the following STYLE element:

<styles>
  <definition>
	    <style name='MyFirstFontStyle' type='font' face='Verdana' size='12' color='FF0000' bold='1' bgColor='FFFFDD' />
  </definition>
  <application>
	    <apply toObject='DataLabels' styles='MyFirstFontStyle' />
</application>    
</styles>

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