Back to Devexpress

Annotation.Height Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-9d2d74da.md

latest2.2 KB
Original Source

Annotation.Height Property

Specifies the height (in pixels) of the annotation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResetNotSupported]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int Height { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
<ResetNotSupported>
Public Property Height As Integer

Property Value

TypeDescription
Int32

An integer value specifying the annotation’s height, in pixels.

|

Remarks

Use the Height and Annotation.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

Width

AutoSize

SizeMode

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace