Difference between revisions of "Series Type"
Line 12: | Line 12: | ||
<!--T:3--> | <!--T:3--> | ||
* '''Line''': Display the series as a line in the chart; | * '''Line''': Display the series as a line in the chart; | ||
+ | * '''Smoothed Line''': Display the series as a smooth line in the chart; | ||
* '''Column''': Display the series as bar columns in the chart; | * '''Column''': Display the series as bar columns in the chart; | ||
* '''Area''': Display the series as filled area in the chart. | * '''Area''': Display the series as filled area in the chart. | ||
+ | * '''Smoothed Area''': Display the series as filled smooth area in the chart. | ||
</translate> | </translate> |
Revision as of 14:52, 30 September 2022
Specifies how the Value type column will be shown in the chart.
Parameters
- Line: Display the series as a line in the chart;
- Smoothed Line: Display the series as a smooth line in the chart;
- Column: Display the series as bar columns in the chart;
- Area: Display the series as filled area in the chart.
- Smoothed Area: Display the series as filled smooth area in the chart.