Click or drag to resize

StockSeriesDeletePointsBeforeX Method

LightningChart .NET Help
Delete Points having smaller X value than given value.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void DeletePointsBeforeX(
	double xValue,
	AxisX axis,
	bool compactMemory = true
)

Parameters

xValue
Type: SystemDouble
X value.
axis
Type: Arction.Wpf.Charting.AxesAxisX
x axis what to check
compactMemory (Optional)
Type: SystemBoolean
Compact memory.
See Also