[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabels.Item

this Property

this[int]

Gets the specified label from the collection by numerical index.

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

this[string]

Gets the specified label from the collection by name.

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