917
Views
3
Comments
i want create a chart with multiple series.
Question

hello, is it possible to use two lists of data in the same column chart?

I can only use one list in the "sourceDataPointList", how could I add another list of values with the same x-axis as the first one, in order to have: a graph with two series?

the first series is composed by the data of the Id on the X axis and the data of the Delay on the Y axis;
the second series is composed by the data of the Id on the X axis and the data of the Advance on the Y axis;

the table I refer to is made up of 3 fields: Id, Advance, Delay.

2022-05-06 16-37-40
Joseph Danne Enriquez
2019-06-15 21-39-22
Afonso Carvalho
 
MVP

Hi Mario,

All you need to do is use different DataSeries names when you are creating your DataPoint List.

https://afonsobc.outsystemscloud.com/IdTest/TwoSeries.aspx

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Mario,

There's just a single list of data points, but make sure you assign them to different series ("DataSeriesName" in the DataPoint Structure).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.