Skip to main content

DockableTitleModel.WordWrap Property

Gets or sets the value that defines whether a title’s text should wrap when it’s too lengthy.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
Boolean

true if a title’s text should wrap; otherwise false.

See Also