How to synchronize values of two y-axis?

Click on the y-axis and go to the Presentation properties tab. In the Axis panel, set ‘Synchronize’ to ‘Values’. To display two y-axes with different values, please see: How to display multiple y-axes? For more information: Elements of the chart

How to aggregate a series?

There are two main possibilities to aggregate series: 1. Aggregate analysis Specify the period over which you want to aggregate the series. You also have the option of making this a rolling sum. 2. Formulas AggregateSum(series) Sums up all values from the start of the series. AggregateSumAnnual(series) Sums up values of a series on a … Continue reading “How to aggregate a series?”

How to calculate percentage change (Y/Y, Q/Q, P/P, M/M)?

There are two main possibilities to calculate percentage changes: 1. The Rate of Change analysis Set the Method as ‘Change over period %’, and then choose the length. 2. Formula You can also calculate percentage change over period with the formula: cop(series, length) Examples for Y/Y, M/M and Q/Q changes, respectively: cop(segdp, YearsLength(1)) cop(segdp, MonthsLength(1)) … Continue reading “How to calculate percentage change (Y/Y, Q/Q, P/P, M/M)?”

How to reverse or invert a series?

To reverse the sign of a series, use the following expression in the Series list: -series To invert a series, use this expression in Series list: 1/series For example: 1/eur

How to change the default font used in the text elements of my chart?

Click on an empty area in your chart (i.e., below the x-axis). This opens the general chart properties under the Presentation properties tab. In the Appearance box, change the default font. You can use the ‘…’ button to select from the full list of installed fonts. For more information: Elements of the chart

How to reverse / invert the y-axis?

To flip or reverse the y-axis: Select the y-axis on your Time chart. Switch to the Presentation properties tab and locate the Scale panel. Under ‘Reverse’ select ‘Yes’.   For more information: Elements of the chart