Annotation.Width Property
In This Article
Specifies the width (in pixels) of the annotation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResetNotSupported]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int Width { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the annotation’s width, in pixels. |
#Remarks
Use the Annotation.Height and Width properties, to explicitly define an annotation’s dimensions.
For TextAnnotations, these properties are in effect only when the TextAnnotation.AutoSize property is disabled. And, for ImageAnnotations, these properties are in effect only when the ImageAnnotation.SizeMode is not AutoSize.
For more information, refer to Annotations.
See Also