ChartAnchorPoint.X Property
In This Article
Specifies the X-coordinate for the annotation anchor point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#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