SeriesTitle.Position Property
In This Article
Specifies the position of a Series Title.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public SeriesTitlePosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
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