Skip to main content

TextAnnotationModel.Text Property

Gets or sets the value of the TextAnnotation.Text of the modeled text annotation.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Behavior")]
[UseEditor(typeof(MemoEdit), typeof(StringToLinesAdapter))]
[LocalizableCategory(DesignerCategories.Behavior)]
public string Text { get; set; }

Property Value

Type Description
String

The text of the text annotation.

See Also