Skip to main content
A newer version of this page is available. .

Annotation.AutoHeight Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
public bool AutoHeight { get; set; }

Property Value

Type Description
Boolean

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

See Also