ESRI.ArcGIS.ADF.IMS | |
ChartValueCollection Constructor | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartValueCollection Class : ChartValueCollection Constructor |
Visual Basic (Declaration) | |
---|---|
Public Function New() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ChartValueCollection() |
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.