JJ
Members-
Content count
30 -
Joined
-
Last visited
About JJ
-
Rank
Advanced Member
-
Hi, If possible can someone please provide me with an example of fusionmaps in a user control. Thanks JJ
-
Hi, Can anyone suggest a way that I can get around this isssue as I urgently need to remove the security warning that happens when I use FusionCharts.RenderChartHTML. Thanks
-
Thanks for your replyI'm trying to use Fusion charts with ssl.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> My site works fine on Development but as soon as I moved the site to a Live environment It works fine but I
-
Sorry, i'm actually using outPut = FusionCharts.RenderChartHTML("FusionCharts/Bar2D.swf", "", strXML.ToString(), "chart2", "700", "350", false); // clear the PanelPanel1.Controls.Clear(); //Add chart to the panel Panel1.Controls.Add( new LiteralControl(outPut));
-
Hi, I have used the dll above but still get the message This page contains both secure and nonsecure items. do you want to display the nonsecure items? Not sure what to do next Thanks
-
Hi, Can somebody please let me know how to get to the HTML in order to write the http or https based on the post below this is very urgent so any help will be greatly appreciated. How would one go about this if either using ASP.NET c# and: a) Return InfoSoftGlobal.FusionCharts.RenderChartHTML("../FusionCharts/Bar2D.swf", "Chart_Data/my.xml", "", "mychart", "350", "150", False) with a dll OR FusionCharts.js
-
Hi, Is it possible to change the font colors of a dataset so if I have 3 different dataset can have I have a different font color for each label. Thanks JJ
-
Hi, Is it possible to dynamically change the <colorRange> property so based on the new values added to the gauge I would like the <colorRange> to also change. Thanks JJ
-
Hi, Is it possible to have -5, -4,-3,-2,-1,0,1,2,3,4,5 as the yaxis labels instead of the 5,4,3,2,1,0,-1,-2,-3,-4,-5 Thanks
-
Hi, I have a Linear gauge and was wondering if it is possible to have labels on the gauge so instead of having 3 colors have the text "below,average and above". Thanks JJ
-
DragColumn2D ang button values.
JJ replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Thanks -
DragColumn2D ang button values.
JJ replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hi, Thanks, everything is ok now apart from the Restore button, this value does not seem to change. -
DragColumn2D ang button values.
JJ replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Thanks, I will use the Drag Column Data Return sample from CODE >> Drag_Data_Rtn folder of PowerCharts Pack. -
Hi, I am using the DragColumn2D.swf and would like to know how I change the text on the button(restore) and button(read data from chart) also my figures in the table display $ and I would like to get rid of this completely. Thanks