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

SeriesTitle.Position Property

Specifies the position of a Series Title.

Namespace: DevExpress.UI.Xaml.Charts

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

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