Skip to main content
All docs
V25.1
  • LegendViewDataAccessible.ClientBounds Property

    Gets the size and location of the element, in pixels, relative to the parent control.

    Namespace: DevExpress.XtraCharts.Accessibility

    Assembly: DevExpress.XtraCharts.v25.1.UI.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public override Rectangle ClientBounds { get; }

    Property Value

    Type Description
    Rectangle

    A RectangleF structure that specifies the bounds of the element.

    See Also