Hello,
I have ObservableCollection<Car> as data. Each Car model is having Make, Model, Price & ManufacturingDate as properties.
Here I have to GroupBy Make property and for each resulting collection, I want to create a Line on my chart with ManufacturingDate on X Axis and Price on Y Axis.
So each line will display all models of a car maker with Price and ManufacturingDate.
All Lines should be visible at same time with X Axis labels and Y Axis labels appropriately.
Hello nikhilthaker86,
Please provide a screenshot and/or mockup of the desired chart you wish to illustrate that best meets your requirements.
Hi Michael,
PFA the screenshot. In real time there will be multiple lines(one for each "Make" value) like the one in the screenshot.
Each line will plot one car maker, while each point will represent the car model for given Price(Y Axis) and ManufacturingDate(X Axis).
Please let me now if any further details required.
Thanks, Nikhil