Click or drag to resize

BarSeriesDeleteValuesBeforeX Method

LightningChart .NET Help
Delete values 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 DeleteValuesBeforeX(
	double xValue
)

Parameters

xValue
Type: SystemDouble
X value.
See Also