Back to Devexpress

TitleBase Class

corelibraries-devexpress-dot-xtracharts-d85cb043.md

latest3.3 KB
Original Source

TitleBase Class

Represents the base class for all title objects.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class TitleBase :
    ChartElement,
    ITextAppearance,
    ISupportTextAntialiasing,
    IDisposable,
    IXtraPartlyDeserializable
vb
Public MustInherit Class TitleBase
    Inherits ChartElement
    Implements ITextAppearance,
               ISupportTextAntialiasing,
               IDisposable,
               IXtraPartlyDeserializable

Remarks

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

The settings exposed by the TitleBase class are common to all title types and allow you to specify the following title options:

TitleBase.TextColorGets or sets a title’s text color.TitleBase.DXFontGets or sets the font of the title’s text.TitleBase.EnableAntialiasingGets or sets a value indicating whether antialiasing is enabled for a chart title.TitleBase.VisibleSpecifies whether the title is visible.

Inheritance

Show 24 items

Object ChartElement TitleBase AxisLabel

FibonacciIndicatorLabel

Title

LegendTitle

DockableTitle

ChartTitle

ConstantLineTitle

RadarAxisYLabel

AlignedTitle

MultilineTitle

NotificationBase

SmallChartText

AxisTitleX

AxisTitleY

RadarAxisXLabel

EmptyChartText

AxisLabel2D

AxisLabel3D

AxisTitle

SeriesTitle

PaneTitle

See Also

TitleBase Members

DevExpress.XtraCharts Namespace