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.v18.2.UI.dll

Declaration

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

Property Value

Type Description
Rectangle

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

See Also