TcxGridChartSeries.AddValue(Variant) Method
Adds a new series value to the series.
Declaration
function AddValue(const AValue: Variant): Integer;
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