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


_LabelAlignment
The label alignment to remove.
Removes a specified label alignment from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal _LabelAlignment As LabelAlignment _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelAlignmentCollection
Dim _LabelAlignment As LabelAlignment
 
instance.Remove(_LabelAlignment)
C# 
public void Remove( 
   LabelAlignment _LabelAlignment
)

Parameters

_LabelAlignment
The label alignment to remove.

See Also

© 2010 All Rights Reserved.