Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Numerical x-values in Step Area Series
posted

According to the Series Requirements in the IG XamDataChart 2010.3 documentation, the StepAreaSeries does not support numerical values on the x-axis.

Example of what I want to achieve:

I have a dataset with the following values:

{x=0.0 y=0.12}

{x=125 y=0.3}

{x=250 y=0.05}

{x=375 y=0.2} and so on... The distance between the x-values are the same between all points. In the end, I want my plot to look like this:

I have managed to draw the vertical lines by using ScatterLineSeries and using MarkerType.None.

Is there any way of adding step area series with numerical x-values??

 

Edit: I have the same issue with StepLineSeries.

Parents Reply Children