tetra123 Posted August 28, 2013 Report Share Posted August 28, 2013 I have a question, my company has in network planning is divided into two domain (DA1 / DA2). DA1 Proxy Server link through the Internet, but not on DA2, DA2 is a closed network. We have developed a web page can be displayed through the Chart FX 7 to Line chart. DA1 can be displayed in the normal and can Drill-Down (either with one or another page Chart diagram), but the same page on DA2 is not ground, can display Chart view, but it can not Drill-Down. Have tried to transfer too Trust Site and enhance True Level, but it will not work. Will I still did not pay attention to it there? Computer environments: Windows 2003 SP1/SP2 IE 7 Thank you Quote Link to comment Share on other sites More sharing options...
AndreG Posted August 28, 2013 Report Share Posted August 28, 2013 How are you performing the drilldown? Quote Link to comment Share on other sites More sharing options...
tetra123 Posted August 28, 2013 Author Report Share Posted August 28, 2013 We are just set url in point object. and click point to refresh current page or open another page. We using sample as below chart1.points [x, y]. link.url = "http://localhost/xxx.aspx"; this sample in DA1 domain is ok, but in DA2 is not ok. How can we do? Thanks Quote Link to comment Share on other sites More sharing options...
AndreG Posted August 29, 2013 Report Share Posted August 29, 2013 In that case the link in Chart FX works just as any other link. If you remove the chart from the equation, would it work? Replace the whole chart by just one link to one of the drilldowns of the chart. Does that work? Quote Link to comment Share on other sites More sharing options...
tetra123 Posted August 29, 2013 Author Report Share Posted August 29, 2013 Hi Sir, Let me sort out my problem,Wecreate a web page then initial Chart Object. And set the url string in pointobject. sample as below DevelopEnvironment : OS :Windows 2008 64bit SP2 Browser: IE8 .NetFramework 4.0 VisualStudio 2010 C# Chart1.RenderFormat = ".NET"; Chart1.Points[x,y].Link.Url = Quote Link to comment Share on other sites More sharing options...
AndreG Posted August 30, 2013 Report Share Posted August 30, 2013 What I meant is that I believe this has nothing to do with the chart. Please try the markup below on your server (replace http://localhost/xxx with the real link). Let me know what happens. <img src="http://community.softwarefx.com/utility/anonymous.gif" usemap="#imgmap"> <map name="imgmap"> <area shape="rect" coords="0,0,50,50" href="http://localhost/xxx" alt="My Link"> </map> Quote Link to comment Share on other sites More sharing options...
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.