Back to Devexpress

ChartControl.DisplayBounds Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-595c718d.md

latest1.2 KB
Original Source

ChartControl.DisplayBounds Property

Gets the bounding rectangle of the chart control.

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public Rectangle DisplayBounds { get; }
vb
<Browsable(False)>
Public ReadOnly Property DisplayBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace