[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.Item

this Property

this[int]

Gets or sets the marker at the specified index.

Declaration
public Marker this[int index] { get; set; }
Public Default Property Item(index As Integer) As Marker
Parameters
Type Name Description
int index

Index of the marker.

Property Value
Type Description
Marker

Marker.

Implements