We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to create Excel line chart in C#, VB.NET?

Platform: WinForms |
Control: XlsIO

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.

 

Create Line Chart in Excel

       Line chart created using XlsIO

 

Steps to create Line chart

 

  1. Initialize chart

 

Create a chart object by calling the worksheet.Charts.Add method and specify the chart type to ExcelChartType.Line enum value.

 

 

  1. Assign data

 

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.

 

 

  1. Apply basic chart elements

 

Add the basic elements like chart title, legend and datalabels.

 

  • ChartTitle of chart object.
  • Set DataLabels via DefaultDataPoint.
  • Set TRUE to chart’s HasLegend property, to show the legend.

 

 

Download Complete Sample

 

Download input file with data

 

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.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile