PointLabelPosition Enum
Lists values used to specify the point label position.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Outside
|
Labels displayed outside points. |
Inside
|
Labels displayed inside points. |
Remarks
Note
Note that the position of point labels can be specified only for Bar series.
See Also