TitleBase Class
Represents the base class for all title objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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.Antialiasing
- Obsolete. Gets or sets whether antialising is applied to the title’s contents.
- TitleBase.Visible
- Specifies whether the title is visible.
Inheritance
See Also