Dundas Chart for Windows Forms
RemoveRange Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > DataPointCollection Class : RemoveRange Method


index

The zero-based starting index of the range of elements to remove.


The zero-based starting index of the range of elements to remove.
count

The number of elements to remove.


The number of elements to remove.

Removes a range of data points from the collection.


Removes a range of data points from the collection.

Syntax

Visual Basic (Declaration)  
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As DataPointCollection
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)
C#  
public void RemoveRange( 
   int index,
   int count
)

Parameters

index

The zero-based starting index of the range of elements to remove.


The zero-based starting index of the range of elements to remove.
count

The number of elements to remove.


The number of elements to remove.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.