Line Charts are graphical representations of data where information is displayed as a series of points connected by straight lines. They are mainly used to show trends over time or continuous changes across intervals. Unlike bar graphs (which compare discrete categories), line charts highlight direction, movement, and rate of change.


Types of Line Charts

TypeDescriptionExample
Simple Line ChartSingle dataset plotted over time or intervals.Company’s monthly sales for a year.
Multiple Line ChartTwo or more datasets plotted on the same axes for comparison.Sales of two products across 12 months.
Dual-Axis Line ChartUses two Y-axes (left and right) with different scales, sharing the same X-axis.Stock price vs trading volume over time.
Cumulative Line ChartPlots running totals to show overall growth or accumulation.Total rainfall month by month.

How to Read Line Charts

  1. Check axes: X-axis usually shows time/intervals; Y-axis shows values.
  2. Observe slope: Upward = increase, downward = decrease, flat = no change.
  3. Compare datasets: In multiple lines, note crossovers, gaps, or trends.
  4. Look at scale: Ensure units (%, millions, etc.) are clear before calculations.
  5. Spot highest/lowest points: Useful for max/min identification.

Common Calculations in Line Charts

  • Change over time: Final – Initial value.
  • Percentage growth/decline: (NewOld)/Old×100(New - Old)/Old \times 100.
  • Average value: Total of all points ÷ number of points.
  • Rate of change: Slope between two points (rise/run).

Conceptual Tips and Common Mistakes

  • Don’t assume continuity between points: The line connects points, but actual values between may not be exact.
  • Check axis intervals: Unequal spacing can distort trends.
  • Crossovers matter: Where two lines intersect indicates equal values.
  • Beware of dual-axis tricks: Different scales can exaggerate or hide trends.

Examples

Example 1 — Simple Line Chart

Company’s profit rises from ₹20 lakhs in Jan to ₹35 lakhs in Feb.
Question: What is the increase?
Answer: 35 – 20 = ₹15 lakhs.


Example 2 — Percentage Growth

Population rises from 50,000 in 2015 to 60,000 in 2016.
Answer: (60,00050,000)/50,000×100=20(60,000 - 50,000)/50,000 \times 100 = 20%.


Example 3 — Multiple Line Chart

Two products show sales of 200 and 250 units in April. In May, sales are 300 and 200.
Question: Which product grew faster?
Answer: First product grew by 100 (50% growth), second declined by 50 (–20%).


Example 4 — Crossover Point

In a chart, revenue of Company A is below Company B until July, after which it surpasses.
Question: In which month did they equalize?
Answer: July.