Jump to content
Software FX Community

binukjohn

Members
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

binukjohn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the response. I dont see a ChartFX.Internet.config file in my bin folder. Can I create one and add this configuration? I am using chartfx for .NET 6.2
  2. My chartfx .net client control is not working if I access it from a gatewayed server. The problem is that my the gateway needs a fully qualified name for the component. In this case, chartfx has only the relative path in object tag for class ID and path..See below <object id="Chart1" classid="/chartfx62/download/ChartFX.MainClient.DLL#SoftwareFX.ChartFX.Internet.MainClient" WIDTH="890px" HEIGHT="580px" > <PARAM NAME="DataCookieId" VALUE="dj34ho45qvdudv55tme4eyag"> <PARAM NAME="DataPath" VALUE="/chartfx62/temp/CFT1103_02104128655.chw"> <PARAM NAME="AssemblyTarget" VALUE="ChartFX.Internet.Client, Version=6.2.2839.26852, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx" > <PARAM NAME="ClassTarget" VALUE="SoftwareFX.ChartFX.Internet.Client.Chart" > </object> Instead of classid="/chartfx62/download/ChartFX.MainClient.DLL", I need classid=http://localhost/chartfx62/download/ChartFX.MainClient.DLL I see that there is a registry setting named "RequiredRoot" under HKEY_LOCAL_MACHINE\SOFTWARE\Software FX, Inc.\ChartFX for .NET\6.2\Server This registry setting will allow me to provide fully qualified name for classid. But it is not allowing me to set host names in this registry key. Is there any other way to provide fully qualified name for classid?
  3. Thanks a lot for your feedback. However, I have 2 websites running on the same server. One is gatewayed and other is normal. The chart from normal website is working fine. So that rules out possibilities of client configuration. The problem is while accessing chartfx froma gatewayed server
  4. Hello.. I am trying to render chart as .NET Client Control. I get a blank screen with a runtime html error. Error says "object doesnt support this property or method". We have 2 servers. The problem is reported in the server which has a gateway. On further analysis, i observed that Chart1 object is giving the problem. Could it be because of the gateway? Is it possible to modify the URL of the classid?
  5. Thanks. I just tried enabling scrolling by setting Chart1.Scrollable = True. However, I dont see any difference. The bubbles are still shrinking
  6. Thanks for the suggestion. However, this is not what I meant. I dont want all bubbles to be of the same size. The bubble size is controlled by actual data. The problem is that as the number of bubbles increases, the size if reducing for all bubbles. eg : if there are 10 bubbles. Suppose A and B are 2 of those bubbles.Data value of A= 3 and Data value of B=5. Now , in my chart, bubble A is smaller that bubble B. Both A and B are perfectly visible in teh chart. Now, if the number of bubbles = 100. Suppose A and B are 2 of those bubbles.Data value of A= 3 and Data value of B=5 same as above. This time also A is smaller than B. But the overall size of A and B has reduced. A looks like a tiny dot in my chart. I dont want this behavior.
  7. Hi, I am using a bubble chart. I see that as the number of bubbles in the chart increases, the bubbles are shrinking. As a result, if there are more than 100 bubbles in the chart, each bubble becomes a tiny dot.I dont want this behavior. Does anyone know how to keep the bubble size static?
  8. Hi, If the chart is rendered as an activex control, the data editor is visible on right clicking teh chart area. This allows users to midufy data. How to disable this option?
  9. That may not be true always...there can be duplicate values in the same series. eg: if my x,y values for the series are like this X Y 1 2 2 2 1 2 3 1 3 1
  10. I am plotting a bubble chart. My problem is that there are bubbles which have the same coordinates (x,y). Hence, only one bubble is visible and the others with same value are hidden behind. Is there any way in Chartfx to make the other bubbles visible? If that is not possible, is it possible to offset the center of each bubble by a small degree so that it becomes visible?
  11. 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?
  12. 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?
  13. 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?
  14. 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?
  15. I am using Chartfx62 in .NET web forms..Currently I am seeing the chart in my browser as png images saved on my local drive. <td align="left" colspan="2" style="height: 310px"> <IMG SRC="/chartfx62/temp/CFT0303_0217403C4D3.png" WIDTH="800" HEIGHT="400" > </td> 1)I want to print the chart from browser. What are the options available? Do u have samples? I tried searching ur API but did not find any.appreciate if someone could copy paste code here. 2) If the chart is rendered as images, there will be huge demand on client disk space. Is there a way to delete the images programmatically? 3) What are the other options of rendering other than image?
×
×
  • Create New...