[]
        
(Showing Draft Content)

FarPoint.Win.Chart.EnhanceStringCollection.Item

this Property

this[int]

Gets or sets the string value at the specified index.

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

Index of the string value.

Property Value
Type Description
string

String value.

Overrides