Click or drag to resize

ChildObjectCollectionTRemoveRange Method

LightningChart .NET Help
Removes a range of elements from this collection.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void RemoveRange(
	int startIndex,
	int stopIndex
)

Parameters

startIndex
Type: SystemInt32
The zero-based starting index of the range of elements to remove.
stopIndex
Type: SystemInt32
The zero-based stopping index of the range of elements to remove.
See Also