[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.AddRange

AddRange Method

AddRange(float[])

Adds an array of Single values to the collection.

Declaration
public void AddRange(float[] items)
Public Sub AddRange(items As Single())
Parameters
Type Name Description
float[] items

Array of Single values

Exceptions
Type Condition
ArgumentOutOfRangeException

some value in items is less than zero or is greater than 4.