I have a MSChart that is using CahertType of Line. After the Line Chart has been created, I add a LineAnnotation to display a line where the boss wants the goal to be and then add it to the Chart. When it displays, it flashes the Chart empty except for the LineAnnotation and then re-flashes the completed chart. Is there anyway to force the LineAnnotation to display only after the Line Chart has been built? I tried Invalidating the Line Chart after the data for the Chart is processed and then adding the LineAnnotation followed by another Invalidate. Everything I have tried results in the LineAnnotation being displayed first followed by a flash of the completed Chart.
Any ideas?
Any ideas?