Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public abstract class TitleBase :
    ChartElement,
    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.

See Also