![]() ![]() |
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.
Visual Basic (Declaration) | |
---|---|
Public Sub Remove( _ ByVal c As ChartValue _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ChartValueCollection Dim c As ChartValue instance.Remove(c) |
C# | |
---|---|
public void Remove( ChartValue c ) |
Parameters
- c
- ChartValue to be removed.
Visual Basic | ![]() |
---|---|
For Each cv As ChartValue In chartValueColl If cv.Value |
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.
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