How to create line chart having string value on x- axis?

How to generate line chart having string value on x-axis by c# coding using Aspose.slides?
I have attached expected output and data that i will use to generate expected output.

Please suggest.Attachment.zip (21.4 KB)

@sdtechsupport.sirius,

I have observed the requirements shared by you and have also observed the desired input data for chart. I like to share that in to render the chart MSO Office chart expect the values for rendering of series data points rather than string values for chart data points. If you are able to achieve similar chart using PowerPoint, you can share the desired output presentation with us and we may investigate that further on our end. As per my humble suggestion, what is required is not possible using MSO charts.

Can i change y axis label from number to text ? Attachment.gif (20.0 KB)

@sdtechsupport.sirius,

I regret to share that value axis is created on run time by charting engine based on series data points values. You can alter the properties of value axis by setting maximum and minimum value ranges but not individual series axis values to some custom string.