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
55
XamChart and array
posted

Hello,

I have data source of type an ObservableCollection<int> called chartData. I need to bind it to XamChart.

X axis should display the index in chartData collection and Y axis should display the value.

How I can write it in xaml.

Thank you.

Parents Reply Children
No Data