ESRI.ArcGIS.ADF.IMS
Add Method
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartValueCollection Class : Add Method




c
ChartValue to be added.
Add a ChartValue to the collection.

Syntax

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

Parameters

c
ChartValue to be added.

Example

For an example, see the ChartSymbol Class overview.

See Also

© 2010 All Rights Reserved.