[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Item

this Property

this[int]

Gets or sets the specified Chart3DDataLabel by numeric index.

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

this[string]

Gets a Chart3DDataLabel by its text value.

Declaration
public Chart3DDataLabel this[string text] { get; }
Public ReadOnly Default Property Item(text As String) As Chart3DDataLabel
Parameters
Type Name Description
string text
See Also