We have some controls clicking on that we have to display the polygraph.
The problem is when user clicks on control1 it displays the graph properly but when i click on second control we have to again intialise the graph as minimum and maximum changes. So we are doing reintialisation.
The second graph overlaps the first graph and it looks wierd.
If you are adding all the same objects to the ChartView, you probably need to call the ChartView ResetChartObjectList method to remove all of the previous objects you added to the ChartView.
If you have resolved the log y-axis problem in your previous post, please take the time to post, in that thread, what the error and what the solution was.