Difference between revisions of "Line Chart"

From TaticView
Jump to: navigation, search
(Marked this version for translation)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<languages/>
 +
 +
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
A Line Chart object that represents data as a series of line connected dots whose height is determined by the values in the data.
+
A Line Chart object that represents data as a series of lines connected dots whose height is determined by the values in the data.
  
 
<!--T:2-->
 
<!--T:2-->
The Line Chart object needs one [[Date]] or [[Text]] column that will be used to group data and supports [[Value|values]] columns that will be show as the lines and dots in the chart.
+
The Line Chart object needs one [[Date]] or [[Text]] column that will be used to group data and supports [[Value|values]] columns that will be shown as the lines and dots in the chart.
  
 
<!--T:3-->
 
<!--T:3-->
Line 17: Line 20:
  
 
<!--T:6-->
 
<!--T:6-->
In the above example the chart displays the ''Net Revenue'' and ''Gross Sale'' by ''Month'' in 2015 (filtered with the help of the [[Combo (Filter)]] object).
+
In the example above, the chart displays the ''Net Revenue'' and ''Cost'' by ''Month'' in 2017 (filtered with the help of the [[Combo (Filter)]] object).
 +
 
 +
 
 +
<!--T:28-->
 +
[[File:Smoothed line.png|link=]]
 +
 
 +
<!--T:29-->
 +
Like the fist sample, the image above, shows a Line Chart displays the ''Net Revenue'' and ''Cost'' by ''Month'' in 2022 using ''smoothed Lines''
  
  
Line 24: Line 34:
  
 
<!--T:8-->
 
<!--T:8-->
This example shows the 'Cost', 'Profit' and 'Net Revenue' values using different [[Series Type]] (column, area and line) for the [[Combo (Filter)|month selection]].
+
This example shows the ''Cost'', ''Profit'' and ''Net Revenue'' values using different [[Series Type]] (column, area, and line) for the [[Combo (Filter)|year selection]].
  
  
Line 31: Line 41:
  
 
<!--T:10-->
 
<!--T:10-->
This example shows the 'Net Revenue' performance using different [[Column filters]] for each value to display each ''Branch'' and the general performance (no filter).  
+
This example shows the ''Profit'' performance using different [[Column filters]] for each value to display each ''Branch'' and the general performance (no filter).  
 +
 
 +
 
 +
<!--T:19-->
 +
See below all available properties for this object:
 +
 
 +
 
 +
<!--T:20-->
 +
* '''Data Properties''':
 +
** [[Object Filters|Filters]]
 +
** [[Rows sort|Rows Sort]]
 +
** [[Column order|Column Order]]
 +
** [[Drill Down]]
 +
** [[Total column|Total Column]]
 +
** [[Advanced row filter|Advanced Row Filter]]
 +
** [[Row limit|Row Limit]]
 +
 
 +
 
 +
<!--T:21-->
 +
* '''Category Axis Properties''':
 +
** [[Hide labels|Hide Labels]]
 +
** [[Font size|Font Size]]
 +
** [[Abbreviate Labels]]
 +
** [[Hide Category]]
 +
 
  
 +
<!--T:22-->
 +
* '''Values Axis Properties''':
 +
** [[Decimal_(Y_axis)|Decimals]]
 +
** [[Thousand_sep._(Y_axis)|Thousand Separator]]
 +
** [[Maximum Axis Value]]
 +
** [[Minimum Axis Value]]
 +
** Invisible
  
<!--T:11-->
 
'''Data Properties'''
 
  
<!--T:12-->
+
<!--T:23-->
* [[Advanced row filter]]
+
* '''Series Properties''':
* [[Column order]]
+
** [[Font size|Font Size]]
* [[Label (series)]]
+
** [[Hide labels|Show Labels]]
* [[Decimal (Y axis)]]
+
** [[Stacking]]
* [[Object Filters|Filters]]
 
* [[Row limit]]
 
* [[Rows sort]]
 
* [[Stacking]]
 
* [[Thousand sep. (Y axis)]]
 
* [[Total row]]
 
  
  
<!--T:13-->
+
<!--T:24-->
'''Title Bar Properties'''
+
* '''Legend Properties''':
 +
** [[Hide Legend]]
 +
** [[Legend position|Legend Position]]
 +
** [[Font size|Font Size]]
 +
** [[Abbreviate Legend]]
  
<!--T:14-->
 
* [[Title bar Properties]]
 
  
 +
<!--T:25-->
 +
* '''Title Bar Properties''':
 +
** [[Title bar Properties|Title Bar Properties]]
  
<!--T:15-->
 
'''Layout Properties'''
 
  
<!--T:16-->
+
<!--T:26-->
* [[Background color]]
+
* '''Layout Properties''':
* [[Border color]]
+
** [[Hide Border|Show Border]]
* [[Font size]]
+
** [[Border color|Border Color]]
* [[Hide labels]]
+
** [[Background color|Background Color]]
* [[Labels rotation]]
+
** [[Object positions|Object Positions]]
* [[Legend position]]
+
** [[Object dimensions|Object Dimensions]]
* [[Object dimensions]]
 
* [[Object positions]]
 
  
  
<!--T:17-->
+
<!--T:27-->
'''Object Columns Properties'''
+
* '''Column Properties''':
 +
** [[Selected column]]
 +
** [[Column name]]
 +
** [[Data type|Data Type]]
 +
** [[Column label|Column Label]]
 +
** [[Column filters|Column Filters]]
 +
** [[Delete column|Delete Column]]
 +
** [[Series Color]]
 +
** [[Series Type]]
 +
** [[Function]]
 +
** [[Decimal places|Decimal Places]]
 +
** [[Thousand_sep.|Thousand Sep.]]
 +
** [[Mask]]
  
<!--T:18-->
 
* [[Column filters]]
 
* [[Column label]]
 
* [[Column name]]
 
* [[Data type]]
 
* [[Decimal places]]
 
* [[Delete column]]
 
* [[Function]]
 
* [[Mask]]
 
* [[Series Type]]
 
* [[Thousand sep.]]
 
 
</translate>
 
</translate>

Latest revision as of 02:25, 5 October 2022

Other languages:
English • ‎português do Brasil


A Line Chart object that represents data as a series of lines connected dots whose height is determined by the values in the data.

The Line Chart object needs one Date or Text column that will be used to group data and supports values columns that will be shown as the lines and dots in the chart.

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


Examples

Linechart ex.png

In the example above, the chart displays the Net Revenue and Cost by Month in 2017 (filtered with the help of the Combo (Filter) object).


Smoothed line.png

Like the fist sample, the image above, shows a Line Chart displays the Net Revenue and Cost by Month in 2022 using smoothed Lines


Combined chart.png

This example shows the Cost, Profit and Net Revenue values using different Series Type (column, area, and line) for the year selection.


Linechart ex2.png

This example shows the Profit performance using different Column filters for each value to display each Branch and the general performance (no filter).


See below all available properties for this object: