Click or drag to resize

DigitalLineSeriesDeletePointsBeforeX Method

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

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

Parameters

xValue
Type: SystemDouble
X value.
compactMemory (Optional)
Type: SystemBoolean
Compact memory.
See Also