VBA: Chart_Data points not visible in graph
问题 I dont get the line curve for the data given below however I see the data being plotted but not visible as a smooth line. Please help. Column B Column C x y 0.00 0.00 -0.10 0.29 -0.35 0.48 -0.65 0.48 -0.90 0.29 -1.00 0.00 Set ch = ActiveSheet.ChartObjects("Chart 1") ActiveChart.ChartType = xlXYScatterSmoothNoMarkers ch.Activate p=1 For i = 1 To 6 ser_count = ActiveChart.SeriesCollection.Count p = ser_count + 1 ActiveChart.SeriesCollection.NewSeries ActiveChart.SeriesCollection(p).XValues =