ComponentOne Chart for .NET (2.0) Search HelpCentral 

LabelsCollection.Item Property (Int32)

Gets the specified label from the collection by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal index As Integer _

) As Label

[C#]

public Label this[

int index

] {get;}

[Delphi]

public property Item[

index: Int32

]: Label read get_Item;

See Also

LabelsCollection Class | LabelsCollection Members | C1.Win.C1Chart Namespace | LabelsCollection.Item Overload List | LabelsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.