ChartAnchorPoint.Y Property
In This Article
Specifies the Y-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 Y-coordinate. |
#Remarks
When the Annotation.AnchorPoint property is specified to ChartAnchorPoint, define the annotation anchor point coordinates using the ChartAnchorPoint.X and Y properties.
See Also