[]
        
(Showing Draft Content)

FarPoint.Win.Chart.BevelCollection.-ctor

BevelCollection Constructor

BevelCollection()

Creates a new collection of bevels.

Declaration
public BevelCollection()
Public Sub New()

BevelCollection(BevelCollection)

Creates a new collection of bevels that is a copy of the specified collection of bevels.

Declaration
public BevelCollection(BevelCollection collection)
Public Sub New(collection As BevelCollection)
Parameters
Type Name Description
BevelCollection collection

Collecttion of copy.

Exceptions
Type Condition
ArgumentNullException

collection is a null reference (Nothing in VB).