Skip to main content

SeriesPointAnchorPoint.SeriesPoint Property

Specifies the series point to which the annotation is anchored.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[DXDesignerSerializableProperty]
public SeriesPoint SeriesPoint { get; set; }

Property Value

Type Description
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