Android Question delete xy point in xchart

RobinInTheHood

New Member
Hello,

how can I delete the first point in a xchart? The chart type is xy_chart. I want to restrict the number of points. So I want to delete the first point if the maximum number of points is reached.
I tried PropVentilChart.Points.RemoveAt(0) but this causes a crash.
 
Top