T O P I C R E V I E W |
sefer |
Posted - 11/29/2005 : 08:37:08 Hi,
i know there are a lot of options to change the view of OWC-Chart. But this feature is disabled by default.(Right click on the Chart-->Option below Fieldlist)
Is it possible to enable the "Commands and Options" dialog box?
I think it is the "<AllowPropertyBrowser>"-option from XML-File!
thx Sefer
|
4 L A T E S T R E P L I E S (Newest First) |
sefer |
Posted - 12/05/2005 : 03:13:59 Thank you very much,
it works very fine!
 |
admin |
Posted - 12/04/2005 : 20:13:55 Try putting it in script tag after the </OBJECT> tag.
<script> ChartSpace1.AllowPropertyToolbox = true; </script> |
sefer |
Posted - 12/02/2005 : 04:58:09 Hi,
i tried to insert "ChartSpace1.AllowPropertyToolbox = true;" it in OWC.aspx! But it doesnt worked
Thats my Code: <OBJECT id=ChartSpace1 style="LEFT: 0px; TOP: 0px" height=314 width=800 classid="clsid:<%=sOwcChartId%>" VIEWASTEXT>
< PARAM NAME="XMLData" VALUE='<%=sChartXml%>' ChartSpace1.AllowPropertyToolbox = true; >
</OBJECT>
Whats wrong? |
admin |
Posted - 11/30/2005 : 21:25:11 Shouldn't this script do the same trick:
ChartSpace1.AllowPropertyToolbox = true; |