Hi Syam.
Can you please improve code in the ‘code samples’ page on the example ‘A Simple Line Chart’ and ‘Multiple lines’?
Please add in these the formater function and show some data values in XAxis.
Thank you Syam. Perhaps I didn’t make myself clear. I would like something like the following that exists in barchart so I can define the values of x axis with values.
CategoryData labels = new CategoryData("Banana", "Apple", "Orange", "Grapes");
Moreover can this be also replace by an array of values?