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.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

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:

See Also