|
A line chart displays information as a series of data points
connected by line segments. A line chart is often used to visualize
a trend in data over intervals of time. In a line chart, category
data is distributed evenly along the horizontal axis, and all value
data is distributed evenly along the vertical axis.
Line chart may contain single series or multi series.
Chart settings:
|
·
|
Chart Scrolling - this
option allows you display a scrolable chart. Don't forget to define
the number of points to show on the chart screen. |
|
·
|
Line style - this
option defines the line segments style (normal, spline, step). |
Example of single-series line
chart
Sample data table:
|
Month
|
Sales2004
|
Sales2005
|
|
Jan
|
10000
|
14000
|
|
Feb
|
14000
|
15000
|
|
Mar
|
12000
|
9000
|
In this example we choose Sales2004 as Data Series field, Month as Label field.
Example of multi-series spline
chart
In this example we choose Sales2004 and Sales2005 as Data Series fields, Month as Label field.
Example of step line
chart
In this example we choose Sales2004 as Data Series field, Month as Label field.
|