Hi onlyadrafter,
I give it a try, and after some modifications I got a chart that looks the way that I wanted. This is how the macro works for me:
Option Explicit
Dim LATEST, TOTAL, MOVE_OVER, PULSE, MY_VALUE, ADD_VALUE As Variant
Dim A_VALUES, B_VALUES, C_VALUES As Variant
Dim...