corelibraries-devexpress-dot-xtracharts-d85cb043.md
Represents the base class for all title objects.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class TitleBase :
ChartElement,
ITextAppearance,
ISupportTextAntialiasing,
IDisposable,
IXtraPartlyDeserializable
Public MustInherit Class TitleBase
Inherits ChartElement
Implements ITextAppearance,
ISupportTextAntialiasing,
IDisposable,
IXtraPartlyDeserializable
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.
Show 24 items
Object ChartElement TitleBase AxisLabel
See Also