HeatmapTitle.WordWrap Property
Gets or sets whether title text should wrap when it is too lengthy.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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