Back to Devexpress

ChartAnchorPoint.X Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartanchorpoint.md

latest1.3 KB
Original Source

ChartAnchorPoint.X Property

Specifies the X-coordinate for the annotation anchor point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double X { get; set; }
vb
Public Property X As Double

Property Value

TypeDescription
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

ChartAnchorPoint Class

ChartAnchorPoint Members

DevExpress.Xpf.Charts Namespace