I am using the angular gauge and I was wondering if there is any way to bold the text of a trendpoint.
Page 1 of 1
Bold Trendpoint Text
Other Replies To This Topic
#2
Posted 09 March 2010 - 12:57 PM
Hello,
You can apply the STYLES functionality of our charts to do this.
Please refer to the code below:
<styles>
<definition>
<style name='MyFirstFontStyle' type='font' bold='1' />
</definition>
<application>
<apply toObject='TRENDVALUES' styles='MyFirstFontStyle' />
</application>
Please refer to the following link for detailed information on this:
http://www.fusioncha.../Ang_Style.html
I hope this helps you.
You can apply the STYLES functionality of our charts to do this.
Please refer to the code below:
<styles>
<definition>
<style name='MyFirstFontStyle' type='font' bold='1' />
</definition>
<application>
<apply toObject='TRENDVALUES' styles='MyFirstFontStyle' />
</application>
Please refer to the following link for detailed information on this:
http://www.fusioncha.../Ang_Style.html
I hope this helps you.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote