Back to Devexpress

AnnotationAnchorPointModel Class

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

latest1.8 KB
Original Source

AnnotationAnchorPointModel Class

The AnnotationAnchorPoint model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[GenerateHeritableProperties]
[ModelOf(typeof(AnnotationAnchorPoint))]
public abstract class AnnotationAnchorPointModel :
    ChartElementModel
vb
<GenerateHeritableProperties>
<ModelOf(GetType(AnnotationAnchorPoint))>
Public MustInherit Class AnnotationAnchorPointModel
    Inherits ChartElementModel

The following members return AnnotationAnchorPointModel objects:

Inheritance

Object ChartElementModel AnnotationAnchorPointModel ChartAnchorPointModel

PaneAnchorPointModel

SeriesPointAnchorPointModel

See Also

AnnotationAnchorPointModel Members

DevExpress.XtraCharts.Designer Namespace