Skip to main content
A newer version of this page is available. .

MultilineTitle Class

Represents the base class for multi-line titles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class MultilineTitle :
    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.

See Also