Skip to main content

AnnotationModel.Width Property

Gets or sets the value of the Annotation.Width within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Layout)]
public int Width { get; set; }

Property Value

Type Description
Int32

The width of the annotation shape.

See Also