Page 1 of 1

PointLineSeries is not show!

Posted: Mon Aug 06, 2018 4:17 pm
by maysamdata
hi,
I add points in PointLineSeries with LINQ query, but the problem is that it does not display anything in chart after run the wpf program. In this case, when I zoom out, the chart is displayed. It does not really show up by zooming in. please help me.

Re: PointLineSeries is not show!

Posted: Wed Aug 08, 2018 5:47 am
by ArctionPasi
This was solved by Support by e-mail...

PointLineSeries requires points to be in ascending order by X. To use arbitrary order, use FreeformPointLineSeries.