Skip to main content

ChartControl.DisplayBounds Property

Gets the bounding rectangle of the chart control.

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
Rectangle

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

See Also