SeriesPointAnchorPoint.SeriesPoint Property
In This Article
Specifies the series point to which the annotation is anchored.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[DXDesignerSerializableProperty]
public SeriesPoint SeriesPoint { get; set; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
When the Annotation.AnchorPoint property is specified as SeriesPointAnchorPoint, define the particular series point to which the annotation is anchored using the SeriesPoint property.
See Also