Area Chart displays the statistical data in a graphical format. It renders a chart by one or more series values. It is compatible with any browser which supports SVG and also Internet Explorer higher than 9.
You can learn more in my previous parts here:
There are two type of Area Charts.- Stacked Area Chart
- Basic Type Area Chart
Let’s see initial code with its output then we can check the properties in detail.
- <ajaxToolkit:AreaChart ID="AreaChart1" runat="server" 2.
- ChartHeight="300" ChartWidth="450" ChartType="Basic
- ChartTitle="Pakistan versus European Widget Production"
- CategoriesAxis="2007,2008,2009,2010,2011,2012"
- ChartTitleColor="#0E426C" CategoryAxisLineColor="red"
- ValueAxisLineColor="REd" BaseLineColor="Red">
- <Series>
- <ajaxToolkit:AreaChartSeries Name="Pakistan"
- AreaColor="Green" Data="110, 189, 255, 95, 107, 140" />
- <ajaxToolkit:AreaChartSeries Name="Europe"
- AreaColor="Blue" Data="49, 77, 95, 68, 70, 79" />
- </Series>
- </ajaxToolkit:AreaChart>

















Delpin Susai RajPosted Aug 28, 2016, 5:00 AM
Nice
KkPosted Jul 29, 2016, 3:16 AM
Thank you for Responding. Is it not possible to do export any type of Ajax control Toolkit chart.i am using Ajax control Toolkit Line chart for exporting. and which type of line chart is better to use for exporting to excel.
KkPosted Jul 28, 2016, 3:32 AM
Thank you for your share sir but Is it possible to export this ajax using chart to excel(OpenOffice/Libra Office). It is possible to do can you please tell me it is very need to me.
Santhakumar MunuswamyPosted Jun 9, 2016, 12:44 AM
Thank you for nice share
Jaipal ReddyPosted Jun 7, 2016, 3:09 AM
good series
Sonu ChaudharyPosted Jun 6, 2016, 9:45 AM
good one...
Vignesh ManiPosted Jun 6, 2016, 5:25 AM
Nice
RajaPosted Jun 6, 2016, 12:22 AM
Nice article...
Debasis SahaPosted Jun 6, 2016, 12:20 AM
Good One..
Michael GriffithsPosted Jun 5, 2016, 2:50 AM
Nicely done