Back to Devexpress

Annotation.AutoWidth Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-8fda1747.md

latest1.1 KB
Original Source

Annotation.AutoWidth Property

Indicates whether the annotation’s width 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 AutoWidth { get; set; }
vb
<Browsable(False)>
Public Property AutoWidth As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace