Monthly Archives: May 2009

Control an Xcelsius dashboard using voice

My Photo Album in Xcelsius

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

Dynamic HTML formattaing for Text in Xcelsius

Download Source

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>”