Does each sheet have it's own chart showing data from that sheet and always from the same range?

Example, you have ...

Sheet 1 - Line Chart1 using Sheet1!A1:A5 vs B1:B5
Sheet 2 - Line Chart2 using Sheet2!A1:A5 vs B1:B5
Sheet 3 - Line Chart3
using Sheet3!A1:A5 vs B1:B5


and when you insert Sheet4 with data Sheet4! A1:A5 vs B1:B5 you want a new

Line Chart4 using Sheet4!A1:A5 vs B1:B5???