Skip to main content
All docs
V26.1
  • ChartData.Item[ChartDataReference] Property

    Returns cells that belong to the specified data reference.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public IEnumerable<CellValue> this[ChartDataReference reference] { get; }

    Parameters

    Name Type Description
    reference ChartDataReference

    A cell reference, range, or union of ranges.

    Property Value

    Type Description
    IEnumerable<CellValue>

    A sequence of CellValue objects in row-major order.

    See Also