Skip to main content

FinancialSeriesLabelPosition Enum

Lists values used to specify the position of financial series labels.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public enum FinancialSeriesLabelPosition

#Members

Name Description
Bottom

Labels are below series points.

Top

Labels are above series points.

#Related API Members

The following properties accept/return FinancialSeriesLabelPosition values:

#Remarks

Use this enumeration’s values to set the FinancialSeriesLabel.Position property.

See Also