Hi, i am trying to get create a line chart with using WPF, the chart will show a trend of a data on a time range, so the chart will show the value of several series of data on months interval, this is what im trying to achieve:
i made that one on excel.. but it is basically what im trying to do, i found several documentation on WPFtoolkit on MSDN, but it seems different from what im using, the methods, the attributes, and some others.
another problem is the time range, i dont know what is the time range of the data, so, how do you suppose i should define the data?
any help or directions is greatly appreciated. thank you.