HeatmapTitle.MaxLineCount Property
Gets or sets the number of lines that title text can wrap.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int MaxLineCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | A value that specifies the number of text lines. Should be greater than or equal to 0 and less than or equal to 20. |
Remarks
If a title’s length exceeds the limit defined by the MaxLineCount property, the last line of text is cut off by an ellipsis. To force the title to display its entire content regardless of title size, set the MaxLineCount property to 0.
See Also