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

PieSeriesPointLayoutParameters.Bounds Property

Gets or sets the boundary box of the series point marker.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public RectangleF Bounds { get; }

Property Value

Type Description
RectangleF

A System.Drawing.RectangleF value specifying the point marker bounds.

See Also