Difference between revisions of "Series Type/en"
(Importing a new version from external source) |
(Updating to match new version of source page) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Specifies how the [[Value]] type column will be | + | <languages/> |
+ | |||
+ | |||
+ | Specifies how the [[Value]] type column will be shown in the chart. | ||
'''Parameters''' | '''Parameters''' | ||
− | * '''Line''': Display the series as a line in the chart; | + | * '''Line''': Display the series as a line in the chart, see more at [[Line Chart]]; |
− | * '''Column''': Display the series as bar columns in the chart; | + | * '''Smoothed Line''': Display the series as a smooth line in the chart, see more at [[Line Chart]]; |
− | * '''Area''': Display the series as filled area in the chart. | + | * '''Column''': Display the series as bar columns in the chart, see more at [[Bar Chart]]; |
+ | * '''Area''': Display the series as filled area in the chart, see more at [[Area Chart]]. | ||
+ | * '''Smoothed Area''': Display the series as filled smooth area in the chart, see more at [[Area Chart]]. |
Latest revision as of 02:26, 5 October 2022
Specifies how the Value type column will be shown in the chart.
Parameters
- Line: Display the series as a line in the chart, see more at Line Chart;
- Smoothed Line: Display the series as a smooth line in the chart, see more at Line Chart;
- Column: Display the series as bar columns in the chart, see more at Bar Chart;
- Area: Display the series as filled area in the chart, see more at Area Chart.
- Smoothed Area: Display the series as filled smooth area in the chart, see more at Area Chart.