Skip to main content
All docs
V26.1
  • ChartDataReference(String, String) 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(
        string fromCellReference,
        string toCellReference
    )

    Parameters

    Name Type Description
    fromCellReference String

    The first corner cell reference in A1 notation (sheet index 0).

    toCellReference String

    The opposite corner cell reference in A1 notation (sheet index 0).

    See Also