ESRI.ArcGIS.ADF.IMS
Remove Method
See Also  Example Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartValueCollection Class : Remove Method




c
ChartValue to be removed.
Remove a ChartValue from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal c As ChartValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartValueCollection
Dim c As ChartValue
 
instance.Remove(c)
C# 
public void Remove( 
   ChartValue c
)

Parameters

c
ChartValue to be removed.

Example

Visual BasicCopy Code
For Each cv As ChartValue In chartValueColl
    If cv.Value

Remarks

To remove a chart value with this method, first obtain a reference to the value. One way to do this is to iterate through the values until you find the one you want to remove. See the example below.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.