Skip to main content
All docs
V25.1
  • DataMemberCollection.Contains(ChartDataMemberType) Method

    Determines whether the collection contains a data member of the specified type.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public bool Contains(
        ChartDataMemberType dataMemberType
    )

    Parameters

    Name Type Description
    dataMemberType ChartDataMemberType

    The data member type to locate in the collection.

    Returns

    Type Description
    Boolean

    true if the collection contains a data member of the specified type; otherwise, false.

    See Also