Back to Devexpress

SeriesPointAnchorPoint.SeriesPoint Property

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

latest1.5 KB
Original Source

SeriesPointAnchorPoint.SeriesPoint Property

Specifies the series point to which the annotation is anchored.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[DXDesignerSerializableProperty]
public SeriesPoint SeriesPoint { get; set; }
vb
<DXDesignerSerializableProperty>
Public Property SeriesPoint As SeriesPoint

Property Value

TypeDescription
SeriesPoint

A SeriesPoint object representing the series point to which the annotation is anchored.

|

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

SeriesPointAnchorPoint Class

SeriesPointAnchorPoint Members

DevExpress.Xpf.Charts Namespace