[]
        
(Showing Draft Content)

FarPoint.Win.Chart.StripeCollection.AddRange

AddRange Method

AddRange(Stripe[])

Adds an array of stripes to the collection.

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

Array of stripes to add.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB).