SeriesTitle Class
Contains settings that define the appearance and behavior of a series title.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return SeriesTitle objects:
Remarks
The SeriesTitle class declares properties that define appearance and behavior settings of a title displayed for a particular series.
Properties exposed via the SeriesTitle class allow you to customize common title attributes, such as:
- the series title’s text (SeriesTitle.Content);
- the series title’s appearance (SeriesTitle.ContentTemplate);
- the series title’s position (SeriesTitle.Position);
- the series title’s visibility (SeriesTitle.Visible).
For more information, refer to Series Title.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
SeriesTitle
See Also