Back to Devexpress

FinancialSeriesLabel.Position Property

maui-devexpress-dot-maui-dot-charts-dot-financialserieslabel.md

latest1.4 KB
Original Source

FinancialSeriesLabel.Position Property

Gets or sets the position of series labels relative to data points. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public FinancialSeriesLabelPosition Position { get; set; }

Property Value

TypeDefaultDescription
FinancialSeriesLabelPositionTop

The FinancialSeriesLabelPosition enumeration value that specifies the label position.

|

Available values:

NameDescription
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

FinancialSeriesLabel Class

FinancialSeriesLabel Members

DevExpress.Maui.Charts Namespace