Skip to main content
All docs
V26.1
  • ChartDataReference(CellPosition, CellPosition) Constructor

    Initializes a new instance of the ChartDataReference class with specified settings.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartDataReference(
        CellPosition topPosition,
        CellPosition bottomPosition
    )

    Parameters

    Name Type Description
    topPosition CellPosition

    The first corner of the cell range.

    bottomPosition CellPosition

    The opposite corner of the cell range.

    See Also