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




Constructs a ChartValueCollection.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As ChartValueCollection()
C# 
public ChartValueCollection()

Remarks

You should not need to create an instance of ChartValueCollection unless you want to completely replace the values collection within an existing ChartSymbol. Every newly-created ChartSymbol has a values collection defined for its Values property, which you can use when adding or removing values. You may also simply remove all values in a collection with the Clear() method.

See Also

© 2010 All Rights Reserved.