A newer version of this page is available.
Switch to the current version.
MultilineTitle Class
Represents the base class for multi-line titles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class MultilineTitle :
Title
Public MustInherit Class MultilineTitle
Inherits Title
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
Feedback