Difference between revisions of "Pie Chart"

From TaticView
Jump to: navigation, search
Line 1: Line 1:
 +
Implements a Pie Chart object that represents data as slices of a circle whose size is determined by the values in the data.
  
 +
The Pie Chart object needs one [[Date]] or [[Text]] column that will be used to group data and one [[Value]] column that will determine the slices size inside the chart.
 +
 +
For other chart options, see [[Objects]].
 +
 +
 +
'''Example'''
 +
 +
[[File:piechart_ex.png]]
 +
 +
In the above example the chart displays the percentage of participation in the ''Profit'' ammmount of the ''Five'' (limited by [[Row limit]]) biggest ''Customers''.
  
  
Line 5: Line 16:
 
'''Data Properties'''
 
'''Data Properties'''
  
[[Advanced row filter]], [[Filters]], [[Row limit]], [[Rows sort]]
+
* [[Advanced row filter]]
 +
* [[Filters]]
 +
* [[Row limit]]
 +
* [[Rows sort]]
  
  
 
'''Title Bar Properties'''
 
'''Title Bar Properties'''
  
[[Title bar Properties]]
+
* [[Title bar Properties]]
  
  
 
'''Layout Properties'''
 
'''Layout Properties'''
  
[[Background color]], [[Border color]], [[Font size]], [[Hide values]], [[Labels distance]], [[Label position]], [[Object dimensions]], [[Show value as]], [[X position]], [[Y position]]
+
* [[Background color]]
 +
* [[Border color]]
 +
* [[Font size]]
 +
* [[Hide values]]
 +
* [[Labels distance]]
 +
* [[Label position]]
 +
* [[Object dimensions]]
 +
* [[Show value as]]
 +
* [[X position]]
 +
* [[Y position]]
  
  
 
'''Object Columns Properties'''
 
'''Object Columns Properties'''
  
[[Column filters]], [[Column label]], [[Column name]], [[Data type]], [[Decimal places]], [[Delete column]], [[Function]], [[Mask]], [[Thousand sep.]]
+
* [[Column filters]]
 +
* [[Column label]]
 +
* [[Column name]]
 +
* [[Data type]]
 +
* [[Decimal places]]
 +
* [[Delete column]]
 +
* [[Function]]
 +
* [[Mask]]
 +
* [[Thousand sep.]]

Revision as of 16:58, 24 April 2013

Implements a Pie Chart object that represents data as slices of a circle whose size is determined by the values in the data.

The Pie Chart object needs one Date or Text column that will be used to group data and one Value column that will determine the slices size inside the chart.

For other chart options, see Objects.


Example

Piechart ex.png

In the above example the chart displays the percentage of participation in the Profit ammmount of the Five (limited by Row limit) biggest Customers.


Data Properties


Title Bar Properties


Layout Properties


Object Columns Properties