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


label

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal label As Label _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ShapeLabelCollection
Dim label As Label
Dim value As Integer
 
value = instance.Add(label)
C# 
public int Add( 
   Label label
)

Parameters

label

See Also

© 2021 All Rights Reserved.