Back to Devexpress

ChartAnchorPoint.Y Property

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

latest1.3 KB
Original Source

ChartAnchorPoint.Y Property

Specifies the Y-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 Y { get; set; }
vb
Public Property Y As Double

Property Value

TypeDescription
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

ChartAnchorPoint Class

ChartAnchorPoint Members

DevExpress.Xpf.Charts Namespace