I would like to make 1 barchart that has 2 values from my entity.
Right now using 2 bar charts.
Is it possible to add both my DCF value and Mutiples value in 1 charts instead of using 2 seperate charts.
Here is my property of the DCF chart.
Impssoible to add another label value etc + series?
Hi @Kadir Aksu,In the following OutSystems documentation, you will find helpful information to create such a chart : https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Charts_API/Create_Column_and_Bar_Charts
The section called "Create a Column or Bar Chart with multiple series" is probably what you need!Good luck!