Spread for ASP.NET 12 Product Documentation
AddRange Method (BevelCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BevelCollection Class : AddRange Method
Array of bevels
Adds an array of bevels to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As Bevel _
) 
'Usage
 
Dim instance As BevelCollection
Dim items() As Bevel
 
instance.AddRange(items)
public void AddRange( 
   Bevel[] items
)

Parameters

items
Array of bevels
See Also

Reference

BevelCollection Class
BevelCollection Members