Skip to main content
All docs
V25.1
  • SubtotalDataPointCollection.Contains(Int32) Method

    Determines whether the collection contains the specified data point.

    Namespace: DevExpress.Spreadsheet.Charts

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Contains(
        int item
    )

    Parameters

    Name Type Description
    item Int32

    The zero-based position of the target data point within the series.

    Returns

    Type Description
    Boolean

    true if the collection contains the specified data point; otherwise, false.

    See Also