Skip to main content
A newer version of this page is available. .

SeriesTitle Class

Contains settings that define the appearance and behavior of a series title.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v18.2.dll

Declaration

public class SeriesTitle :
    ChartElement

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:

For more information, refer to Series Title.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
ChartElement
SeriesTitle
See Also