'Update Graphs with new data ActiveSheet.ChartObjects("choMDyn2DTargetZ").Activate ActiveChart.ChartArea.Select ActiveChart.SetSourceData Source:=[MDyn2DTargetZ], PlotBy:=xlColumns ActiveWindow.Visible = False
--- Above is the code through which i am drawing graphs and chars. now above graphs are able to draw only one series, but i wanna draw multiple series in the same graph what should i do.