dotnetCHARTING Send comments on this topic.
Add Method
See Also 
dotnetCHARTING Namespace > LabelAlignmentCollection Class : Add Method


_LabelAlignment
The LabelAlignment to add.
Adds a specified LabelAlignment enumeration to this collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal _LabelAlignment As LabelAlignment _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As LabelAlignmentCollection
Dim _LabelAlignment As LabelAlignment
Dim value As Integer
 
value = instance.Add(_LabelAlignment)
C# 
public int Add( 
   LabelAlignment _LabelAlignment
)

Parameters

_LabelAlignment
The LabelAlignment to add.

Return Value

The zero-based index of the added LabelAlignment.

See Also

© 2010 All Rights Reserved.