AlignedTitleModel.WordWrap Property
Gets or sets the AlignedTitle.WordWrap property within the AlignedTitleModel.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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