dotnetCHARTING Send comments on this topic.
Add(ShapeLabelCollection) Method
See Also 
dotnetCHARTING Namespace > ShapeLabelCollection Class > Add Method : Add(ShapeLabelCollection) Method


shapeLabelCollection
The ShapeLabelCollection to add.
Adds a specified ShapeLabelCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal shapeLabelCollection As ShapeLabelCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As ShapeLabelCollection
Dim shapeLabelCollection As ShapeLabelCollection
 
instance.Add(shapeLabelCollection)
C# 
public void Add( 
   ShapeLabelCollection shapeLabelCollection
)

Parameters

shapeLabelCollection
The ShapeLabelCollection to add.

See Also

© 2021 All Rights Reserved.