Skip to main content
All docs
V25.1
  • 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

    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