Implement Flex Chart in JSP - apache-flex

I have a jsp which displays future sales chart along with other contents(button,textbox.etc) and this chart has been implemented using chartfx.
Now I have a requirement to implement this chart using Adobe flex without modifying other components in the jsp.
How do I start?What would be the correct approach?Am new to flex and hence finding it difficult to arrive at a solution.
Pls help.Thanks

Related

ASP.Net Chart controls Vs Highcharts

I want to develop a web dashboard in .NET. The backend will be Vb.NET. There are lot of chart controls in ASP.Net using which charts can be created. But as far as I know these charts wont be interactive. so I am thinking to use Highcharts. Please help me with your Suggestions. What is the best way to develop interactive dashboard in .NET?
Highcharts is a great product that is very easy to integrate in .NET.
For the page that needs a chart, you simply call a controller method that returns your data with Json and load that into the chart.
Here's a great tutorial: http://www.codeproject.com/Articles/820349/Highcharts-in-asp-net-using-jquery-ajax

Chat for Spring MVC webUI

I am required to show stacked bar chart in my web application. The application uses JSP with spring MVC and mysql as the backend. Please suggest any easy to use charting libraries that I can use. Just have 2 charts completely in the application and hence would be helpful to have a library that would be simple to use and render in my application via my controller api.
Thanks in advance
Well, what you really need is probably a JavaScript library, and your choice will depend on which base library you choose. I have used Dojo in the past, but have recently settled on jQuery. I think jqChart has a stacked bar chart, if I am not mistaken. I am sure there are some open source libraries for jQuery that do charting as well.
Your other option is to generate the chart as an image and post it on your page using straight img tags, but I think that's not a very optimal way of doing things now a days.

Quality charts ideas

I'm currently developing an ASP.NET page report.
I am looking for a chart which display quality by grade on bar height.
I was wondering if you have any ideas for me as I have searched the web for few days now.
Microsoft Chart Control
Google Chart Tools (ajax)
SSRS rocks, Just have a try with this tutorial :
http://www.codeproject.com/Articles/13725/Getting-started-with-SQL-Server-Reporting-Services
http://msdn.microsoft.com/en-us/library/cc281302.aspx
Google has a very easy to use Chart API. You can use your ASP.NET page to gather the data and then render the chart using Google's API
Try this: http://imagecharteditor.appspot.com/
There are lots of other Javascript and Flash based charting libraries as well:
http://www.highcharts.com/
http://www.fusioncharts.com/
FusionCharts XT is the leading enterprise charting solution.
Check out their gallery - http://www.fusioncharts.com/demos/
They also provide integration with ASP.NET (C#) - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_BasicExample.html
They've provided tutorials on how to plot charts using a database too - http://docs.fusioncharts.com/charts/contents/?guide-for-web-developers/csnet/CS_DB.html
They provide HTML5 charts as well as Flash charts.
The chart portfolio contains over 90 charts and widgets, and 550+ maps.

Charts and Tabs ASP.NET

I am currently working on a project that is dealing with charts and tabs within an ASP.NET page. I am assigned to create a chart that will be generated from an array and a menu like system using tabs to select different options for the chart.
I have no idea how to implement this, I am using VS Web Developer 2010. I am new to ASP.NET framework and how to implement charts and tabs with this information. Basically it will be a form that the user will submit options and it will calculate a forecast of payments based on the options selected.
Please help, not sure where to even begin with ASP.NET. I have seen some things regarding AJAX controls but for some reason the controls are not loaded into VS.
For charts you can use asp.net chart control
I don't understand the part of the menu, but I think you can use the tabcontrol in the containers section of the toolbox
I'd highly recommend looking at Highcharts. It's a JavaScript library for rendering charts. It will create charts on the client-side so I'm not sure whether it meets your requirements (there are other products that support server-side generation of charts but I'm less familiar with these).
I'm not sure what you mean by using tabs for selecting different options, but Highcharts does have a lot of different rendering models and looks really good.
Take a look at their demo gallery and documentation for more information.
If you are reluctant to use client side charting solutions, try Highcharts.Net. It is a C# wrapper written around the Highcharts JS library. So you write all your code using Classes and objects in C#, and the library translates that into JS.
The added bonus is that you get to use ASP .Net's state management for data persistence. The project also has samples that can be downloaded here.
If you are using MVC, you could try out DotNet.Highcharts along with samples.

How to create a dynamic hierarchical charts using flex

i am developing a tool to create dynamic hierarchical charts.. am able to create object i.e circles and link it dynamically. i want to set properties for those objects.. can someone tell how to do it.
Do you have to do this yourself, or are you open to a 3rd party tool? We use am Charts which has a flexible API for feeding data to the flash components. If you don't mind a small link in the chart back to the am Charts web site you can use all the charts for free.

Resources