AlignedTitleModel.MaxLineCount Property
Gets or sets the AlignedTitle.MaxLineCount property within the AlignedTitleModel.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public int MaxLineCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The number of text lines. The value should be greater than or equal to 0 and less than or equal to 20. |
See Also