[]
        
(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; }
Parameters
Type Name Description
int index
See Also

this[string]

Gets a Chart3DDataLabel by its text value.

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