Skip to main content
All docs
V25.1
  • ChartCalculatedFieldCollection.AddRange(ChartCalculatedField[]) Method

    Appends an array of calculated fields to the collection.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public void AddRange(
        ChartCalculatedField[] coll
    )

    Parameters

    Name Type Description
    coll ChartCalculatedField[]

    An array of ChartCalculatedField objects to append to the collection.

    Remarks

    Objects are added to the end of the collection in the same order as in the array.

    See Also