Skip to main content
All docs
V23.2

AlignedTitleModel.WordWrap Property

Gets or sets the AlignedTitle.WordWrap property within the AlignedTitleModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
[PropertyForOptions]
[DependentUpon("Visible")]
public bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true if the control can split a title string into multiple lines; otherwise, false.

See Also