Click or drag to resize

PointLineSeriesCheckDataPointsAreInAscendingOrder Method

LightningChart .NET Help
Check that rule X[i+1] >= X[i] is followed

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool CheckDataPointsAreInAscendingOrder()

Return Value

Type: Boolean
True if rule followed, or less than 2 points in the series. Else false.
See Also