I’ve a line series wpf chart and i need to bind this chart continuously from server and it can move left to right when data comes from server. But I’ve no idea how to do this by using wpf chart line series so any one help me how can i do this?
Thanks,
@nagaraju
UPDATE:
I haven’t used it anytime but here is some thing. If you have datetime on X-axis most of the charts convert datetime into double value using ToOADate method. If that is the case with your chart as well first convert the value back to datetime then AddMinutes
This is how you do that