Skip to main content
All docs
V23.2

HeatmapTitle.WordWrap Property

Gets or sets whether title text should wrap when it is too lengthy.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool WordWrap { get; set; }

Property Value

Type Description
Boolean

true if title text should wrap; otherwise, false.

Remarks

Use the MaxLineCount property to specify the number of lines that appear when title text is wrapped.

See Also