Skip to main content

MarkerSeriesPointLayoutParameters.Location Property

Returns the location of the marker center.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PointF Location { get; }

Property Value

Type Description
PointF

A PointF value specifying the location.

See Also