Monthly Archives: May 2009
Use of Google Chart API in Xcelsius
in Xcelsius we dont have any 3d charts.. But we can get it by using google chart API. In this post i’m going to explain how to use googl chart API in Xcelsius.. you can findout GOOGLE Chart API here By passing URL parameters from your Xcelsius Model(Concatenate the cells) http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250×100&chl=Hello|World the below SWF file shows the Google Chart api in Xcelsius
Posted in Xcelsius 2008
Dynamic HTML formattaing for Text in Xcelsius
In this post im going to explain the how to format Xcelsius text (by using Label Component) ..
This is very help full when you want to apply alerts for a text
the below swf shows the how to change dynamic colors
here is the HTML code
Bold Text
“<b><p><font size=”"25″” face=”"times”"color=”"”">This is another paragraph.
Developed in Xcelsius 2008
</font></p></b>”
Italic Text
“<i><p><font size=”"25″” face=”"times”"color=”"”">This is another paragraph.
Developed in Xcelsius 2008
</font></p></i>”
Underline Text
“<u><p><font size=”"25″” face=”"times”"color=”"”">This is another paragraph.
Developed in Xcelsius 2008
</font></p></u>”
Posted in Crystal Xcelsius 4.5, Xcelsius 2008