JJ
Members-
Content count
30 -
Joined
-
Last visited
Everything posted by JJ
-
Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Can someone please advise me on how I can change the XML properties dynamically. I am currently getting the data from a datatable and I have fixed properties in the XML for how the chart looks. So basically I want the user to be able to change the properties which will change the XML. Thanks JJ
-
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
-
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
-
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, Can SSGrid (Grid Component) be used for multi series data and is it possible to add hyperlinks to the grid? Thanks
-
Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I have created a chart using the StackedBar2D.swf. The problem is I have long names for the catergories and will like to align them all to the left. I have played around with the margins,padding and labelDisplay but no joy. I have inserted the chart so you have an idea of what it currently looks like. Thanks [ code ] <chart showCanvasBg="0" yAxisValuesPadding="50" xAxisValuesPadding="50" chartLeftMargin="0" chartrIGHTMargin="10" labelDisplay="WRAP" xAxisNamePadding="110" xAxisNameWidth="" chartleftMargin="0" yAxisNamePadding="" labelPadding="" showAlternateVGridColor="0" showLabels="1" showYAxisValues="0" showXAxisValues="0" plotSpacePercent="80" divLineColor="ffffff" zeroPlaneColor="ffffff" canvasBgColor="ffffff" canvasBorderAlpha="ffffff" canvasBorderColor="ffffff" bgColor="ffffff" showBorder="ffffff" caption="TestTestTest" shownames="1" showvalues="1" numberPrefix="%" showSum="0" decimals="1" useRoundEdges="0" legendBorderAlpha="0" > <categories> <category label="TestTestTest"/> <category label="TestTestTestTest"/> <category label="TestTestTestTestTestTest"/> <category label="TestTestTestTestTestTestTestTestTestTest"/> <category label="TestTestTestTestTestTes"/> </categories> <dataset seriesName="Test3" color="AFD8F8" showValues="1 " bgcolor="ffffff" decimals="1"> <set value="2.8" /> <set value="" /> <set value="2.8" /> <set value="" /> <set value="2.8" /> <set value="" /> </dataset> <dataset seriesName="Test2" color="F6BD0F" showValues="1" decimals="1"> <set value="16.7" /> <set value="22.2" /> <set value="25" /> <set value="25" /> <set value="16.7" /> <set value="22.6" /> </dataset> <dataset seriesName="Test1" color="8BBA00" showValues="1" decimals="1"> <set value="80.6" /> <set value="77.8" /> <set value="72.2" /> <set value="75" /> <set value="80.6" /> <set value="77.4" /> </dataset> </chart> [/ code ]
-
Hi, Is it possible to get a Horizontal Linear Gauge to work like Funnel & Pyramid Charts. Basically I would like all the funtionality that the Funnel & Pyramid Charts allows but for the shape to be like a Horizontal Linear Gauge. Thanks
-
Thanks for your reply, I already know how to use the funnel and pyramid chart I was just wondering if you had some sort of linear chart that could do the same thing as the funnel and pyramid.It is just the shape I would like to change. Thanks for your help
-
Hi, I have been trying to open a new window using a Linear Gauge, is this possible? The gauge has 3 different ranges and I would like to open a new chart depending on the range you click on. Thanks
-
Thanks
-
Hi All, Can someone please tell me if it is possible to hover over a column and see a detailed chart and also be able to click on the chart to open in a new window. I have found an example on how to open in a new window but no example on how to hover over a column. Thanks