I am having issues getting the Axis min and max values, which seems to be a common problem. I found this:
http://our.componentone.com/groups/topic/get-wpf-chart-get-minmax-values/
However, my axis values are not updated after EndUpdate when using AutoMin/Max. How can I force the axis to update synchronously? I don’t want to have to depend on the DataSeries.PlotElementLoaded; that does not really fit my flow. There are other occasions when I will need ensure the chart is updated. I frequently had the same issue in WinForms and solved that by calling GetImage.
Actually, I am using RenderMode.Bitmap, so PlotElementLoaded is not an option.