Xceed Chart for WinForms v4.4 Documentation
SetRange Method (DataSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : SetRange Method
index to begin from
source collection
Copies the elements of a collection over a range of elements in the Data Series.
Syntax
'Declaration
 
Public Overrides Sub SetRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
'Usage
 
Dim instance As DataSeries
Dim index As Integer
Dim c As ICollection
 
instance.SetRange(index, c)
public override void SetRange( 
   int index,
   ICollection c
)

Parameters

index
index to begin from
c
source collection
Exceptions
ExceptionDescription
c cannot be a null reference.
index is less than zero or index plus the number of elements in c is greater than Count.
The enumerator of the collection cannot be obtained
The collection contains an incompatible object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSeries Class
DataSeries Members
Base Implementation in SetRange