Skip to main content

Annotation.AutoWidth Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

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

See Also