Skip to main content

SeriesTitlePosition Enum

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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