Back to Devexpress

AnnotationRepositoryModel Class

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

latest1.7 KB
Original Source

AnnotationRepositoryModel Class

The AnnotationRepository model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(AnnotationRepository))]
public class AnnotationRepositoryModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(AnnotationRepository))>
Public Class AnnotationRepositoryModel
    Inherits ChartElementNamedCollectionModel

The following members return AnnotationRepositoryModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel AnnotationRepositoryModel

See Also

AnnotationRepositoryModel Members

DevExpress.XtraCharts.Designer Namespace