dotnetCHARTING Send comments on this topic.
Remove(Int32) Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class > Remove Method : Remove(Int32) Method


index
The AxisTick to remove.
Removes an item at the specified index from this collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Remove( _
   ByVal index As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As SmartPalette
Dim index As Integer
 
instance.Remove(index)
C#  
public void Remove( 
   int index
)

Parameters

index
The AxisTick to remove.

See Also