Click or drag to resize

BarSeriesDeleteValue Method

LightningChart .NET Help
Delete a value by given index.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool DeleteValue(
	int valueIndex,
	bool invalidateChart
)

Parameters

valueIndex
Type: SystemInt32
Index of value to be deleted.
invalidateChart
Type: SystemBoolean
Refresh chart after value deleting.

Return Value

Type: Boolean
False if invalid index is given, otherwise true.
See Also