ChartCalculatedFieldCollection.Add(ChartCalculatedField) Method
Appends a calculated field to the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
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