Changing the chart type
For simple chart types, a single grid row/column is mapped to a single chart series/category. For these chart types, each data point in the chart can be identified by one grid row header and one grid column header. These chart types are: bar, line, area, combo and pie.
Line and area charts (as well as line and area series in combo charts) are slightly different from other simple charts in one aspect: the data in a series is continuous. Whereas other simple charts/series can plot a single point, line and area charts/series need at least two data points in sequence in order to draw a line from one to the next. A line or area plot with only one category is blank, since the first data point has no second data point to connect with a line. The continuous/discontinuous nature of line/area series is also affected by missing data values. Missing values in line and area charts produced a gap where the line/area would stop, then resume at the next non-missing value.
A data point is a single charted numeric value, an individual bar, an individual pie slice, an individual point on a line, which is the intersection of a series and a category.
In complex charts, multiple grid rows/columns are mapped to a single chart series. To create a complex chart, multiple members must be on-grid. These chart types are scatter, (open)-high-low(-close), and bubble. The structure of the chart data should be understood before using one of these chart types. For each of these charts, a series is complete only when there are enough rows/columns of data available. Any extra rows/columns of data are ignored. For example, on a scatter chart whose series direction is by row. a series requires two rows of data. If there are three rows selected for charting in the grid, the third row is ignored. The first row header in each row pair is used to identify the series in the legend.
To change the chart type:
You can further customize bar and line series through the Series dialog box.
- The Bar Style list enables you to change the style of a bar. This list applies to bar and combination charts.
- The Line Style list enables you to specify the line type to use for line, area, and combination charts.