Is it possible to make the line graph more smooth? If my data does not have a large number of points on the graph?
First, you can smooth the data using the Savitzky Golay filter, and then send it to GraphView.
A sample of this filter can be found here: Savicki Golei Filter