Reading a trend
A line graph rises when the quantity grows, falls when it shrinks, and is flat when it is unchanged. The steepest segment marks the fastest change — up or down.
Rate of change between two points
This is exactly the slope of the line between the two points.
Largest change largest value
The biggest single increase is the largest jump between consecutive points, not the tallest point. Compute consecutive differences.
Percent change over time
"Grew by what percent from year 1 to year 3" divides the rise by the year-1 value, not the latest.
Interpolation vs extrapolation
Reading a value between known points (interpolation) is fairly safe; predicting beyond the data (extrapolation) assumes the trend continues — flag it as an assumption.