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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the MaxLineCount property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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