Skip to main content
A newer version of this page is available. .

ChartControl.DisplayBounds Property

Gets the bounding rectangle of the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[Browsable(false)]
public Rectangle DisplayBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which specifies the chart control’s boundaries.

See Also