How to Generate Meter Chart in Aspose using C#.Net

Hi EveryBody,

Can any one please tell that, Is there any way to generate Meter Chart (Which resembles like Speedometer) in Aspose with .Net

Am a Aspose license holder and generated charts like Column Charts, Stock Charts etc but couldnt find a way to generate Meter Chart.

Thanks in advance for all your valuable replies.

Sweatha

Hi,


Well, I think you may try to use some charts in Ms Excel to generate speedometer chart, e.g you may try to use and adjust doughnut chart and pie chart (one over other) accordingly to create the speedometer type of chart.

Also see the article:
http://chandoo.org/wp/2008/09/09/excel-speedometer-chart-download/


See the demos for doughnut and pie charts:

Thank you.

Thanks for your solution.

I would be able to generate Meter Chart by using DoughNut and Pie but how can I show partition in Doughnut chart as like how we have in our clock?

Partition is required to show in our chart.

Please provide your valuable suggestion on this.

Thanks

Hi,

Well, I am afraid, you have you build your own logic. As there is no direct way to create Speedometer chart in Ms Excel and you have to always use some workaround to mix two or more custom charts accordinly. It would be better if you could create your desired chart in MS Excel (by mixing relative charts manually) and try then use Aspose.Cells APIs to perform the task.

Thanks for your understanding!