JamesP Report post Posted March 12, 2007 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
Pallav Report post Posted March 13, 2007 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
marala81 Report post Posted February 11, 2009 hi, when i am using Share this post Link to post Share on other sites