Skip to main content
All docs
V26.1
  • ChartDataReference.TopLeftPosition Property

    Returns the top-left cell position of the reference bounds.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public CellPosition TopLeftPosition { get; }

    Property Value

    Type Description
    CellPosition

    The top-left corner of the bounding range.

    See Also