Hello
I have the necessity to build a .NET page to display charts.
Data are taken from a SQL server db via a service; I was trying different libraries, based upon JQuery framework
One is amcharts, with which I built this page (clicking on a red dot calls the service)
But I noticed the Chart (HTML5) component and it could be the definitive choice (this is the sample I created)
The problem is that, while with AmCharts I may set everything on client side (the title of the charts, the grid aspect, max/min values and so on), right now it seems I can't do the same with that component. The API documentation of the client-side methods, events and properties is not very clear.
Are there ways to make the SiteFinity Chart the most similar to the AmCharts one? Or it is still a work in progress?
Thanks in advance
Diego
I have the necessity to build a .NET page to display charts.
Data are taken from a SQL server db via a service; I was trying different libraries, based upon JQuery framework
One is amcharts, with which I built this page (clicking on a red dot calls the service)
But I noticed the Chart (HTML5) component and it could be the definitive choice (this is the sample I created)
The problem is that, while with AmCharts I may set everything on client side (the title of the charts, the grid aspect, max/min values and so on), right now it seems I can't do the same with that component. The API documentation of the client-side methods, events and properties is not very clear.
Are there ways to make the SiteFinity Chart the most similar to the AmCharts one? Or it is still a work in progress?
Thanks in advance
Diego