FinancialSeriesLabel.Position Property
In This Article
Gets or sets the position of series labels relative to data points.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public FinancialSeriesLabelPosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Financial |
The Financial |
Available values:
Name | Description |
---|---|
Bottom | Labels are below series points. |
Top | Labels are above series points. |
#Remarks
Use the Position property to specify where the series labels should be displayed relative to their corresponding data points. The Indent property allows you to set the indent between a label and the corresponding point.
See Also