Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
looking for event when data is added to a XamChart
posted

Hello,

I have a XamChart with 2 series. The series are bound to DataColumns in a DataTable. A background thread is periodically adding DataRecords to the DataTable. The new data is showing up in the XamChart. I am looking for an event to handle in order to adjust the min and max for the x axis. The x axis displays time and I want to display the most recent 1 minute of data. I have tried adding a handler for "this.xamChart1.Series[0].DataPoints.CollectionChanged", but it doesn't fire. Any ideas?

Bill Swartz