Skip to main content
All docs
V25.1
  • DataMemberCollection.Remove(DataMember) Method

    Removes the specified data member from the collection.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public bool Remove(
        DataMember dataMember
    )

    Parameters

    Name Type Description
    dataMember DataMember

    The data member to remove from the collection.

    Returns

    Type Description
    Boolean

    true if the data member is removed; otherwise, false.

    See Also