Back to Devexpress

ImageAnnotationModel Class

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

latest1.3 KB
Original Source

ImageAnnotationModel Class

The ImageAnnotation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ImageAnnotation))]
public class ImageAnnotationModel :
    AnnotationModel
vb
<ModelOf(GetType(ImageAnnotation))>
Public Class ImageAnnotationModel
    Inherits AnnotationModel

Inheritance

Object ChartElementModel ChartElementNamedModel AnnotationModel ImageAnnotationModel

See Also

ImageAnnotationModel Members

DevExpress.XtraCharts.Designer Namespace