[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Item

this Property

this[int]

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

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

this[string]

Gets gets a label by its text value.

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