Back to Devexpress

AnnotationModel Class

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

latest1.7 KB
Original Source

AnnotationModel Class

The Annotation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[HasOptionsControl]
[ModelOf(typeof(Annotation))]
public abstract class AnnotationModel :
    ChartElementNamedModel,
    ISupportModelVisibility
vb
<HasOptionsControl>
<ModelOf(GetType(Annotation))>
Public MustInherit Class AnnotationModel
    Inherits ChartElementNamedModel
    Implements ISupportModelVisibility

The following members return AnnotationModel objects:

Inheritance

Object ChartElementModel ChartElementNamedModel AnnotationModel ImageAnnotationModel

TextAnnotationModel

See Also

AnnotationModel Members

DevExpress.XtraCharts.Designer Namespace