[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisCollection.Item

this Property

this[int]

Gets the specified Axis from the collection by numeric index.

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

this[string]

Gets the specified Axis from the collection by string.

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