Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the MaxLineCount property instead.")]
[Browsable(false)]
public int MaximumLinesCount { get; set; }

Property Value

Type Description
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