[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.-ctor

MarkerCollection Constructor

MarkerCollection()

Creates a new collection of markers.

Declaration
public MarkerCollection()
Public Sub New()

MarkerCollection(MarkerCollection)

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

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

Collecttion of copy.

Exceptions
Type Condition
ArgumentNullException

collection is a null reference (Nothing in VB).