2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This article explains how to create a line chart in Excel using XlsIO.
To create a line chart in Excel using XlsIO, you need to do the following steps.
Line chart created using XlsIO
Steps to create Line chart
Create a chart object by calling the worksheet.Charts.Add method and specify the chart type to ExcelChartType.Line 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, legend and datalabels.
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 Line 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.