Skip to main content

SeriesTitle.Position Property

Specifies the position of a Series Title.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SeriesTitlePosition Position { get; set; }

Property Value

Type Description
SeriesTitlePosition

A SeriesTitlePosition enumeration value.

Available values:

Name Description
Top

A title is located on the top of a series.

Bottom

A title is located on the bottom of a series.

See Also