Skip to main content

SeriesPointAnchorPointModel.SeriesPoint Property

Gets or sets the model of the series point to which the modeled anchor point fixes an annotation.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public SeriesPointModel SeriesPoint { get; set; }

Property Value

Type Description
SeriesPointModel

The model of the series point that is an anchor.

See Also