Back to Devexpress

Annotation.AutoHeight Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-311578b2.md

latest1.1 KB
Original Source

Annotation.AutoHeight Property

Indicates whether the annotation’s height is calculated based on the annotation’s contents.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool AutoHeight { get; set; }
vb
<Browsable(False)>
Public Property AutoHeight As Boolean

Property Value

TypeDescription
Boolean

true if the height is determined based on the contents; otherwise, false.

|

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace