Skip to main content

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

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

See Also