Difference between revisions of "CLUSTERED COLUMN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''CLUSTERED COLUMN'''</div> ==='''''Description:'''''=== '''''A clustered column chart displays more than one data series in clustered vertical co...")
 
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
'''''A clustered column chart displays more than one data series in clustered vertical columns.<br>
 
'''''A clustered column chart displays more than one data series in clustered vertical columns.<br>
 
'''''Each data series shares the same axis labels, so vertical bars are grouped by category.'''''<br>
 
'''''Each data series shares the same axis labels, so vertical bars are grouped by category.'''''<br>
 +
*'''''Clustered column chart is a column chart which represents data virtually in vertical columns in series.'''''
 +
*'''''It is a X vs (Y1,[Y2]....) graph.'''''
 +
**'''''X-axis represents one set of data.
 +
**'''''Y-axis can represent single or multiple data sets.
  
 
==Example==
 
==Example==
 
{| class="wikitable" style="font-size:14px"
 
{| class="wikitable" style="font-size:14px"
 
|-
 
|-
| || '''A''' || '''B'''
+
| || '''A''' || '''B''' ||'''C'''
 
|-
 
|-
| 1|| '''Row''' || '''People'''
+
| 1|| '''Row''' || '''Year1''' || '''Year2'''
 
|-
 
|-
| 2 || Row1 || 4  
+
| 2 || Row1 || 4 || 3
 
|-
 
|-
| 3 || Row2 || 7  
+
| 3 || Row2 || 7 || 8
 
|-
 
|-
| 4 || Row3 || 12
+
| 4 || Row3 || 12 || 23
 
|-
 
|-
| 5 || Row4 || 17  
+
| 5 || Row4 || 17 || 18
 
|-
 
|-
| 6 || Row5 || 36  
+
| 6 || Row5 || 36 || 67
 
|-
 
|-
| 7 || Row6 || 34
+
| 7 || Row6 || 34 || 56
 
|}
 
|}
  
'''CLUSTEREDCOLUMN(A1:B7)'''<br><br/>
+
'''CLUSTEREDCOLUMN(A1:C7)'''<br><br/>
[[File:Pielabels.JPG]]
+
[[File:Columncluster.JPG]]<br><br/>
 +
 
 +
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]

Latest revision as of 07:30, 3 June 2020

CLUSTERED COLUMN

Description:

A clustered column chart displays more than one data series in clustered vertical columns.
Each data series shares the same axis labels, so vertical bars are grouped by category.

  • Clustered column chart is a column chart which represents data virtually in vertical columns in series.
  • It is a X vs (Y1,[Y2]....) graph.
    • X-axis represents one set of data.
    • Y-axis can represent single or multiple data sets.

Example

A B C
1 Row Year1 Year2
2 Row1 4 3
3 Row2 7 8
4 Row3 12 23
5 Row4 17 18
6 Row5 36 67
7 Row6 34 56

CLUSTEREDCOLUMN(A1:C7)

Columncluster.JPG

GRAPHING MAIN PAGE