<div dir="ltr"><div>On the client side, if I need to know have a UP/DOWN/Mixed as in legacy use, it&#39;s as easy as that:<br></div><div><br></div><div>List&lt;DataPoint&lt;(Up/Down/Mixed enum)&gt;&gt; l = ratioMapSeries.stream().map(ratioMap -&gt; ratioMap.get(UP) == 1d ? UP : (ratioMap.get(DOWN) == 1d ? DOWN : MIXED)).collect...</div></div>