Hi, I'm struggling with how to plot a filled line graph using emWin widget. I know that there is no ready to use widget for a filled graph and that this topic has been already asked in the past in this forum, here: How do plot a filled line graph using emWin widget? But I really don't understand how I can achieve the result with the suggestion provided. If I have the following to create a YT Graph: hData = GRAPH_DATA_YT_Create( ... ); GRAPH_AttachData(hGraph, hData); GRAPH_DATA_YT_AddValue(hData…