ComponentOne Gauges for WinForms
AddRange Method (ValueColorCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > ValueColorCollection Class : AddRange Method
Adds a group of C1GaugeValueColor objects to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As C1GaugeValueColor _
) 
public void AddRange( 
   C1GaugeValueColor[] items
)

Parameters

items
See Also

Reference

ValueColorCollection Class
ValueColorCollection Members