Skip to main content
A newer version of this page is available. .

ChartCalculatedFieldCollection.Add(ChartCalculatedField) Method

Appends a calculated field to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    ChartCalculatedField calculatedField
)

Parameters

Name Type Description
calculatedField ChartCalculatedField

The calculated field.

Returns

Type Description
Int32

An integer value that indicates the position at which the new element is inserted.

Remarks

This method adds a calculated field object to the end of the collection.

See Also