Back to Devexpress

DockableTitle.MaximumLinesCount Property

corelibraries-devexpress-dot-xtracharts-dot-dockabletitle-c147c9ae.md

latest1.6 KB
Original Source

DockableTitle.MaximumLinesCount Property

OBSOLETE

This property is now obsolete. Use the MaxLineCount property instead.

Gets or sets the number of lines to which a title’s text is allowed to wrap.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the MaxLineCount property instead.")]
public int MaximumLinesCount { get; set; }
vb
<Obsolete("This property is now obsolete. Use the MaxLineCount property instead.")>
<Browsable(False)>
Public Property MaximumLinesCount As Integer

Property Value

TypeDescription
Int32

An integer, representing the number of text lines. Should be greater than or equal to 0 and less than or equal to 20.

|

Remarks

The MaximumLinesCount property is now obsolete. Use the AlignedTitle.MaxLineCount property instead.

See Also

DockableTitle Class

DockableTitle Members

DevExpress.XtraCharts Namespace