Skip to main content

ChartAnchorPoint.X Property

Specifies the X-coordinate for the annotation anchor point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double X { get; set; }

Property Value

Type Description
Double

A Double value specifying the anchor point X-coordinate.

Remarks

When the Annotation.AnchorPoint property is specified to ChartAnchorPoint, define the annotation anchor point coordinates using the X and ChartAnchorPoint.Y properties.

See Also