Difference between revisions of "Column Chart"

From TaticView
Jump to: navigation, search
Line 1: Line 1:
 +
Implements a Column Chart object that represents data as a series of vertical columns whose height is determined by the values in the data.
  
 +
The Column Chart object needs one [[Date]] or [[Text]] column that will be used to group data and supports an unlimited number of [[Value]] columns that will be show as the columns in the chart.
  
 +
For other chart options, see [[Objects]]. It is also possible to create mixed charts by changing the [[Series Type]] property of the [[Value]] columns.
  
 +
 +
'''Example'''
 +
 +
[[File:colchart_ex.png]]
 +
 +
In the above example the chart displays the ''Quantity'', ''Taxes'' and ''Profit'' by company ''Branch''.
  
  
 
'''Data Properties'''
 
'''Data Properties'''
  
[[Advanced row filter]], [[Column order]], [[Decimal (Y axis)]], [[Filters]], [[Row limit]], [[Rows sort]], [[Stacking]], [[Thousand sep. (Y axis)]], [[Total row]]
+
* [[Advanced row filter]]
 +
* [[Column order]]
 +
* [[Decimal (Y axis)]]
 +
* [[Filters]]
 +
* [[Row limit]]
 +
* [[Rows sort]]
 +
* [[Stacking]]
 +
* [[Thousand sep. (Y axis)]]
 +
* [[Total row]]
  
  
 
'''Title Bar Properties'''
 
'''Title Bar Properties'''
  
[[Title bar Properties]]
+
* [[Title bar Properties]]
  
  
 
'''Layout Properties'''
 
'''Layout Properties'''
  
[[Background color]], [[Border color]], [[Font size]], [[Hide labels]], [[Label position]], [[Labels rotation]], [[Object dimensions]], [[X position]], [[Y position]]
+
* [[Background color]]
 +
* [[Border color]]
 +
* [[Font size]]
 +
* [[Hide labels]]
 +
* [[Label position]]
 +
* [[Labels rotation]]
 +
* [[Object dimensions]]
 +
* [[X position]]
 +
* [[Y position]]
  
  
 
'''Object Columns Properties'''
 
'''Object Columns Properties'''
  
[[Column filters]], [[Column label]], [[Column name]], [[Data type]], [[Decimal places]], [[Delete column]], [[Function]], [[Mask]], [[Series Type]], [[Thousand sep.]]
+
* [[Column filters]]
 +
* [[Column label]]
 +
* [[Column name]]
 +
* [[Data type]]
 +
* [[Decimal places]]
 +
* [[Delete column]]
 +
* [[Function]]
 +
* [[Mask]]
 +
* [[Series Type]]
 +
* [[Thousand sep.]]

Revision as of 19:35, 23 April 2013

Implements a Column Chart object that represents data as a series of vertical columns whose height is determined by the values in the data.

The Column Chart object needs one Date or Text column that will be used to group data and supports an unlimited number of Value columns that will be show as the columns in the chart.

For other chart options, see Objects. It is also possible to create mixed charts by changing the Series Type property of the Value columns.


Example

Colchart ex.png

In the above example the chart displays the Quantity, Taxes and Profit by company Branch.


Data Properties


Title Bar Properties


Layout Properties


Object Columns Properties