2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This article explains how to create an Area chart in Excel using XlsIO.
What is an area chart?
Area charts visually represent the change in one or more quantities over time or other category data.
Area Chart Created using XlsIO To create an area chart in Excel using XlsIO, you need to do the following steps.
Steps to create area chart
Create a chart object by calling the worksheet.Charts.Add method and specify the chart type to ExcelChartType.Area enum value.
Set a range of data from the worksheet to chart’s DataRange property. To plot the series values in column and categories in row, set chart’s IsSeriesInRows property to false.
Add the basic elements like chart title and legend.
Applicable properties for area chart
Common property applicable for area charts is
NOTE: Applying other properties apart from the mentioned property might throw exception or the changes will not be reflected in the output document because those properties are not related to area chart.
To know more about creating charts with various settings using XlsIO, please refer the documentation.
The following C#/ VB.NET complete code snippet shows the creation of area chart using XlsIO.
C#
VB
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.