Skip to main content

BarSeriesPointLayoutParameters.Bounds Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public RectangleF Bounds { get; }

Property Value

Type Description
RectangleF

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

See Also