Skip to main content

FinancialSeriesPointLayoutParameters.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 RectangleF value specifying the point marker bounds.

See Also