[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.Item

this Property

this[int]

Gets or sets the specified label from the collection by numerical index.

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

this[string]

Gets the first occurrence of the label with the specified name.

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