TitleBase Class
In This Article
Represents the base class for all title objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class TitleBase :
ChartElement,
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.TextColor
- Gets or sets a title’s text color.
- TitleBase.DXFont
- Gets or sets the font of the title’s text.
- TitleBase.EnableAntialiasing
- Gets or sets a value indicating whether antialiasing is enabled for a chart title.
- TitleBase.Visible
- Specifies whether the title is visible.
#Inheritance
Show 24 items
See Also