Skip to Content
0
Former Member
Mar 19, 2009 at 10:03 AM

Values doesn't show in Legend of iChart

21 Views

Hallo world,

I have an iChart with the following Code:

<object name="OEE" classid="{JavaVersion}" mayscript WIDTH="800" HEIGHT="400">
	<PARAM name="CODE" value="iChart">
	<PARAM name="CODEBASE" value="/XMII/Classes">
	<PARAM name="ARCHIVE" value="illum8.zip">
	<PARAM NAME="QueryTemplate" VALUE="yyyyy/x_ZEITEN">
	<PARAM NAME="DisplayTemplate" VALUE="yyyyy/Display/iChart_ZEITEN">
	<PARAM NAME="Param.2" VALUE="">
	<PARAM NAME="PenColor.1" VALUE="#008B4A">
	<PARAM NAME="PenColor.2" VALUE="#EF8917">
	<PARAM NAME="PenColor.3" VALUE="#E9E400">
	<PARAM NAME="PenColor.4" VALUE="#59B1DF">
	<PARAM NAME="PenColor.5" VALUE="#E64300">
	<PARAM NAME="PenColor.6" VALUE="#382578">
	<PARAM NAME="PenColor.7" VALUE="#808080">
	<PARAM NAME="InitialUpdate" VALUE="false">
	<PARAM NAME="ShowTimeControl" VALUE="false">
	<PARAM NAME="ShowScooter" VALUE="true">
	<PARAM NAME="LegendShowValue" VALUE="true">
	<PARAM NAME="Title" VALUE="">
</object>

The iChart shows fine; but I want to display the values in the Legend. I spent a lot of time, but no success.

Thank you for any help.

Ralf Müller