Back to Devexpress

TcxGridChartSeries.AddValue(Variant) Method

vcl-cxgridchartview-dot-tcxgridchartseries-dot-addvalue-x28-system-dot-variant-x29.md

latest1.2 KB
Original Source

TcxGridChartSeries.AddValue(Variant) Method

Adds a new series value to the series.

Declaration

delphi
function AddValue(const AValue: Variant): Integer;

Parameters

NameType
AValueVariant

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

TcxGridChartItem.ValueCount

TcxGridChartItem.Values

Obtain and Set Values in Chart Views

TcxGridChartSeries Class

TcxGridChartSeries Members

cxGridChartView Unit