Back to Devexpress

SeriesPointAnchorPointModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-d665d617.md

latest1.4 KB
Original Source

SeriesPointAnchorPointModel Class

The SeriesPointAnchorPoint model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(SeriesPointAnchorPoint))]
public class SeriesPointAnchorPointModel :
    AnnotationAnchorPointModel
vb
<ModelOf(GetType(SeriesPointAnchorPoint))>
Public Class SeriesPointAnchorPointModel
    Inherits AnnotationAnchorPointModel

Inheritance

Object ChartElementModel AnnotationAnchorPointModel SeriesPointAnchorPointModel

See Also

SeriesPointAnchorPointModel Members

DevExpress.XtraCharts.Designer Namespace