Back to Devexpress

TextAnnotationModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-2a0faa03.md

latest1.3 KB
Original Source

TextAnnotationModel Class

The TextAnnotation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Inheritance

Object ChartElementModel ChartElementNamedModel AnnotationModel TextAnnotationModel

See Also

TextAnnotationModel Members

DevExpress.XtraCharts.Designer Namespace