SeriesTitlePosition Enum
Lists the values used to specify the position of series titles.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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