Back to Devexpress

TitleBase Class

wpf-devexpress-dot-xpf-dot-charts-1da4f4da.md

latest2.5 KB
Original Source

TitleBase Class

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

Declaration

csharp
public abstract class TitleBase :
    ChartElement,
    ISupportFlowDirection
vb
Public MustInherit Class TitleBase
    Inherits ChartElement
    Implements ISupportFlowDirection

Remarks

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.

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement TitleBase AxisElementTitleBase

LegendTitle

PaneTitle

Title

AxisTitle

ConstantLineTitle

See Also

TitleBase Members

DevExpress.Xpf.Charts Namespace