Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel Tutorial

Excel HOME Excel Introduction Excel Get Started Excel Overview Excel Syntax Excel Ranges Excel Fill Excel Move Cells Excel Add Cells Excel Delete Cells Excel Undo Redo Excel Formulas Excel Relative Reference Excel Absolute Reference Excel Arithmetic Operators Excel Parentheses Excel Functions

Excel Formatting

Excel Formatting Excel Format Painter Excel Format Colors Excel Format Fonts Excel Format Borders Excel Format Numbers Excel Format Grids Excel Format Settings

Excel Data Analysis

Excel Sort Excel Filter Excel Tables Excel Conditional Format Excel Highlight Cell Rules Excel Top Bottom Rules Excel Data Bars Excel Color Scales Excel Icon Sets Excel Manage Rules (CF) Excel Charts

Table Pivot

Table Pivot Intro

Excel Case

Case: Poke Mart Case: Poke Mart, Styling

Excel Functions

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel How To

Convert Time to Seconds Difference Between Times NPV (Net Present Value) Remove Duplicates

Guided Projects

Introduction to Excel Learn Data Calculations Learn Data Visualization Learn to Create a Budget Learn to Create a Timeline Learn to Style in Excel

Excel Examples

Excel Exercises Excel Certificate

Excel References

Excel Keyboard Shortcuts


Excel Line Charts


Line Charts

Line charts show the data as a continuous line.

Line charts are typically used for showing trends over time.

In Line charts, the horizontal axis typically represents time.

Line charts are used with data which can be placed in an order, from low to high.

Note: Data which can be placed in an order, from low to high, like numbers and letter grades from A to F are called ordinal data. You can read more about ordinal data at Statistics - Measurement Levels.

Excel has six types of line charts:

  • Line ()
  • Line with Markers ()
  • Stacked Line ()
  • Stacked Line with Markers ()
  • 100% Stacked Line ()
  • 100% Stacked Line with Markers ()

Line

Line charts are used for showing data ordered from low to high.

Example

Let's see the stats change for Bulbasaur evolutions.

Copy the values to follow along:

Copy Values
  1. Select the range A1:C4 for labels and data

Note: This menu is accessed by expanding the ribbon.

  1. Click on the Insert menu, then click on the Line menu () and choose Line () from the drop-down menu

You should get the chart below:

The chart gives a visual overview for the Pokemon stats.

Bulbasaur evolutions are shown on the horizontal axis.

HP stat is shown in blue and Attack stat is shown in orange.

The chart shows that with each evolution, the stats increase.

Fantastic! Now let's plot more stats on the chart.

  1. Select the range A1:D4 for labels and data
  1. Click on the Insert menu, then click on Line menu () and choose Line () from the drop-down menu

You should get the chart below:

Wait a minute. Something doesn't seem right.

Suddenly, Bulbasaur's evolutions are not shown on the horizontal axis. Instead, it is the stats.

What's happening?

Note: Excel checks the number of rows and columns included in the chart and automatically places the larger number on the horizontal axis.

Luckily, there is a simple fix.

Click on the the chart, then chick on the Chart tab and finally Click on Switch Row/Column.

The outcome is this chart which has Bulbasaur evolutions on the horizontal axis.



Line with Markers

Line with markers highlights data points with markers on a line chart.

Example

Let's chart the average HP, Attack and Defense over all the Pokemon generations.

Copy the values to follow along:

Note: This data is rounded to one decimal.

Copy Values
  1. Select the range A1:D7 for labels and data

Note: This menu is accessed by expanding the ribbon.

  1. Click on the Insert menu, then click on the Line menu () and choose Line with Markers () from the drop-down menu

You should get the chart below:

The chart gives a visual overview for average Pokemon stats over generations.

Average HP is shown in blue, average attack is shown in orange and average defense is shown in gray.

The horizontal axis shows the generations.

This chart shows that the average of all stats in the 2nd generation is very close to each other and 5th generation Pokemon have on average the highest attack.



×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.