Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartSeries.AddValue(Variant) Method

Adds a new series value to the series.

#Declaration

Delphi
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