MultilineTitle Class
Represents the base class for multi-line titles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The MultilineTitle class serves as the base for the ChartTitle and SeriesTitle classes, that define the functionality of titles within a chart control.
In addition to the settings inherited from the base Title class, the MultilineTitle class exposes the MultilineTitle.Lines property, that allows you to define a title’s text in several lines.
Inheritance
See Also