[]
        
(Showing Draft Content)

C1.Win.C1Chart.LabelsCollection.Item

this Property

this[int]

Gets the specified label from the collection by numeric index.

Declaration
public Label this[int index] { get; }
Parameters
Type Name Description
int index
See Also

this[string]

Gets the specified label from the collection by name.

Declaration
public Label this[string name] { get; }
Parameters
Type Name Description
string name
See Also