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
Syntaxpublic void RemoveRange(
int startIndex,
int stopIndex
)
Public Sub RemoveRange (
startIndex As Integer,
stopIndex As Integer
)
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