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

MarkerSeriesPointLayoutParameters.Location Property

Returns the location of the marker center.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public PointF Location { get; }

Property Value

Type Description
PointF

A PointF value specifying the location.

See Also