corelibraries-devexpress-dot-xtracharts-a49e194d.md
Represents the base class for multi-line titles.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class MultilineTitle :
Title
Public MustInherit Class MultilineTitle
Inherits Title
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.
Show 13 items
Object ChartElement TitleBase Title MultilineTitle AlignedTitle
See Also