Back to Devexpress

Title Class

corelibraries-devexpress-dot-xtracharts-c7293b14.md

latest2.3 KB
Original Source

Title Class

Represents the base class for title objects.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class Title :
    TitleBase
vb
Public MustInherit Class Title
    Inherits TitleBase

Remarks

The Title class serves as a base for classes which define the title settings of different chart elements within a chart control.

In addition to the settings inherited from the base TitleBase class, the Title class implements the Title.Text property that allows you to specify the title’s text.

Inheritance

Show 18 items

Object ChartElement TitleBase Title AxisTitle

ConstantLineTitle

MultilineTitle

PaneTitle

LegendTitle

DockableTitle

ChartTitle

AlignedTitle

NotificationBase

SmallChartText

AxisTitleX

AxisTitleY

EmptyChartText

SeriesTitle

See Also

Title Members

TitleBase

DevExpress.XtraCharts Namespace