i had developed an accouting software and in this i made some chart
for this i used MSChart .
As long as charting is concerned it is working fine all the chart is showing the desired results. the problem only arise in pie chart
well , when i use the chart type as
the chart show the data (let says sale of six month) by representing six circles size according to each month sales
now i want the chart to be look like just as pie chart in Excel that is for six months sale it has to show me only one circle the the sale of each month will shown as portion in the same circle.
I think this will clear to you what i actually want.
Is there any other control is available to draw charts or not?
for this i used MSChart .
As long as charting is concerned it is working fine all the chart is showing the desired results. the problem only arise in pie chart
well , when i use the chart type as
Code:
VtChChartType2dPie
now i want the chart to be look like just as pie chart in Excel that is for six months sale it has to show me only one circle the the sale of each month will shown as portion in the same circle.
I think this will clear to you what i actually want.
Is there any other control is available to draw charts or not?
Comment