wpf-devexpress-dot-xpf-dot-charts-1da4f4da.md
Represents the base class for all classes that provide the title functionality in a chart control.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class TitleBase :
ChartElement,
ISupportFlowDirection
Public MustInherit Class TitleBase
Inherits ChartElement
Implements ISupportFlowDirection
The TitleBase class provides the basic functionality for the AxisTitle, ConstantLineTitle, CustomAxisLabel, LegendTitle and Title classes, and introduces the TitleBase.Content, TitleBase.ContentTemplate and TitleBase.Visible properties.
Show 16 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement TitleBase AxisElementTitleBase
See Also