Hello,<br />
<br />
have anyone a idea how I can dynamically change the Numberformat of the y-axis in the Chart? Exactly I search a way to change the "Fraction Digits".<br />
<br />
For example in a table I scripting it:<br />
<p class='bbc_indent' style='margin-left: 40px;'><span style='color: #4169E1'>if (params["transaktion"].value.search("Fall")>0){<br />
this.getStyle().numberFormat = "###,##0.0000";}<br />
else {<br />
this.getStyle().numberFormat = "###,##0.0";}</span></p>
How can I do this in a chart??? <a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/public/style_emoticons/'>http://www.birt-exchange.org/org/forum/public/style_emoticons/</a><#EMO_DIR#>/confused.gif <br />
<br />
<br />
Thanks a lot for your help.