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

SeriesTitlePosition Enum

Lists the values used to specify the position of series titles.

Namespace: DevExpress.UI.Xaml.Charts

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

Declaration

public enum SeriesTitlePosition

Members

Name Description
Top

A title is located on the top of a series.

Bottom

A title is located on the bottom of a series.

Related API Members

The following properties accept/return SeriesTitlePosition values:

Remarks

The values listed by this enumeration are used to set the SeriesTitle.Position property.

See Also