Arindam

Members
  • Content count

    730
  • Joined

  • Last visited

Everything posted by Arindam

  1. can we use a Drilldown chat in PPT ?

    hi, I am afraid it is not possible as of now.
  2. ASP.NET.AJAX UpdatePanel Sample #1

    Hi, could you please provide us your source code and XML?
  3. Showing values as percentage in Column3D

    Hi, I am afraid it's not possible as of now. You have to calculate you're self.
  4. Scroll charts with inverse y-Axis

    hi, we have Inverse y-Axis Charts in PowerCharts. but no Scroll option. please see this link http://www.fusioncharts.com/Gallery/InverseLine.html http://www.fusioncharts.com/Gallery/InverseColumn.html http://www.fusioncharts.com/Gallery/InverseArea.html also for documentation http://www.fusioncharts.com/PCDocs/Contents/OverviewInverse.html
  5. hi, I am afraid it is not possible as of now.
  6. HELP!! How do I remove the X-Axis Numbers?

    Hi, you are using Free version of fusion charts. so please use showDivLineValue='0' i.e <graph caption='' xAxisName='' yAxisName='Today' decimalPrecision='0' formatNumberScale='0' canvasBgAlpha='0' canvasBorderThickness='0' canvasBorderColor='FFFFFF' showBarShadow='0' showhovercap='0' chartLeftMargin='0' chartRightMargin='11' chartTopMargin='0' chartBottomMargin='0' showLimits='0' showValues='1' showNames='0' showDivLineValue='0' >
  7. Bubbles Chart

    Hi, Could you please use set element color? <set x='30' y='1.3' z='116' name='Traders' color='FF00FF' />
  8. remove gradient from area chart

    hi, could you please use as chart element i.e <chart plotGradientColor='' >
  9. Two Charts on the one page

    Hi, Could you please give different chart ID name and also set swf cache is off. Please see this code // 1st render chart from GetFactorySummaryChartHtml() return FusionCharts.RenderChart("../FusionCharts/Column3D.swf?noCache=1", "", xmlData.ToString(), "FactorySum1", "400", "200", false, false); // 2nd render chart from GetFactorySummaryChartHtml2() return FusionCharts.RenderChart("../FusionCharts/Column3D.swf?noCache=2", "", xmlData.ToString(), "FactorySum2", "400", "200", false, false);
  10. remove gradient from area chart

    Hi, Could you please use plotGradientColor='' ?
  11. Multi Line with Database

    hi, The xml structure of MSline and any multi series or combination charts are same. So please download blue print application from this link and follow it it has many example of multi series charts http://fusioncharts.com/Downloads/Blueprint/FusionCharts_PHP.zip
  12. How to force the upload of different XML files?

    Hi, Please follow this link http://www.fusioncharts.com/free/docs/Contents/JS_setDataXML.html http://www.fusioncharts.com/free/docs/Contents/JS_changeChart.html http://www.fusioncharts.com/free/docs/Contents/JS_Example.html
  13. DRILL DOWN HOW TO...

    Hi, Please follow this link http://www.fusioncharts.com/docs/Contents/DrillDown/Simple.html http://www.fusioncharts.com/docs/Contents/DrillDown/Frames.html http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html http://www.fusioncharts.com/docs/Contents/DrillDown/ClickURL.html http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html
  14. TRENDLINES

    Hi, I am afraid it
  15. Transparent background

    hi, Could you please use bgAlpha='0,0' in charts xml i.e <chart bgAlpha='0,0' >
  16. C# .NET

    Hi, First of tell you please modify your code in <set> tag value attribute take only numeric value. See this code Your code: xmlData.AppendFormat("<set label='{0}' value='{1}Hz' />", arrData[i, 0], arrData[i, 1]); Change it to: xmlData.AppendFormat("<set label='{0}' value='{1}' />", arrData[i, 0], arrData[i, 1]); Could you please tell me, are you using FusionCharts in C# win form application? then you can follow this post http://www.fusioncharts.com/forum/FindPost2798.aspx
  17. Hi, I am afraid it is not available.
  18. Schema Files for Fusion Charts

    hi, This is Multi series FusionCharts Free XSD file. You can use it.
  19. Chart not displaying

    hi, Could you please add and check path of FusionCharts.js javascript file is correct or not?
  20. HELP!! How do I remove the X-Axis Numbers?

    Hi, Could you please use showYAxisValues='0' i.e <chart showYAxisValues='0' >
  21. Hi, You can download evolution version of scatter chart from the download pack from http://www.fusioncharts.com/download.asp Or buy developer license or higher.
  22. Fusion Chart Themes

    Hi, Yes it is possible. i.e <set value='100' label='Jan' color='CCFF00' /> Please visit FusionCharts V3 documentation http://www.fusioncharts.com/docs
  23. Fusion Chart Themes

    hi, I am afraid it is not possible
  24. Hi, I am afraid its not possible in MS Line and Area2D but you can use MS Bar2D and MSBar3D for it. http://www.fusioncharts.com/docs/Contents/ChartSS/MSBar2D.html