StockDataLabels.LabelPosition Property
Gets or sets the default position for stock data labels.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| StockDataLabelPosition | A |
Available values:
| Name | Description |
|---|---|
| Left | Displays a data label to the left of a data point. |
| Top | Displays a data label above a data point. |
| Right | Displays a data label to the right of a data point. |
| Bottom | Displays a data label below a data point. |
| Center | Displays a data label at the center of a data point. |
| Default | Uses the default data label position for a stock chart. |
See Also