binukjohn Posted March 5, 2009 Report Posted March 5, 2009 How do I invoke Printer.Print() from clientside javascript? How to access the chart object in the client? I know that Print() funtion is in ChartFX.Internet.Client.dll. Will this DLL be downloaded to the client by the browser automatically? I tried setting htmltag=".NET". But it doesnt seem to be working? Quote
CarlosAC Posted March 5, 2009 Report Posted March 5, 2009 Hi binukjohn. Unfortunately, Printer.Print() method is not available for Web Forms API, it is just available in the Windows Forms version. You can use the print toolbar item in order to print the chart. I apologize for the inconveniences this may cause. Quote
binukjohn Posted March 5, 2009 Author Report Posted March 5, 2009 Thanks.. I am unable to see the toolbar options for the chart. How do I view this? Are you talking about internet explorer toolbar? That is not what I want..I read in your support groups that Chartfx has pribt options for webpages also..Can you please help? Quote
CarlosAC Posted March 5, 2009 Report Posted March 5, 2009 Please use following code to see the chart toolbar: chart1.ToolBar.Visible = true; Quote
binukjohn Posted March 6, 2009 Author Report Posted March 6, 2009 Thanks for the feedback...Unfortunately, Chart1.ToolBar doesnt seem to be having a visible property. I am working on Chartfx6.2 with ASP.NET. Is this property available? I could see Chart1.ToolBarObj.Visible property. Is it the same? I tried setting it to true. But that too is not working. Is there anything else I need to set? like htmltag or something? Quote
binukjohn Posted March 6, 2009 Author Report Posted March 6, 2009 OK..I got it now..I have to set HTMLTAG=".NET". But problem now is that if it is ".NET", I am losing the link and target url settings.. I cannot click on a bubble and redirect to new pages. Is this possible? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.