Insert Method (Chart3DLabelsCollection)
Adds a
Chart3DLabel object to the collection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As Chart3DLabel _
)
Parameters
- index
- Index.
- label
- The Chart3DLabel to insert.