TcxGridChartSeries.AddValue(Variant) Method
In This Article
Adds a new series value to the series.
#Declaration
#Parameters
Name | Type |
---|---|
AValue | Variant |
#Returns
Type |
---|
Integer |
#Remarks
Call the AddValue function to add a new series value which is specified by the AValue parameter to the series (into the Values collection of this series). The AddValue function returns the position (zero-based index) that the value was added at in the collection.
See Also