StockDataLabelPosition Enum
Lists values that specify stock data label positions.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
| 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. |
Related API Members
The following properties accept/return StockDataLabelPosition values:
See Also