Back to Devexpress

PointLabelPosition Enum

dashboard-devexpress-dot-dashboardcommon-c098bb45.md

latest1.4 KB
Original Source

PointLabelPosition Enum

Lists values used to specify the point label position.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PointLabelPosition
vb
Public Enum PointLabelPosition

Members

NameDescription
Outside

Labels displayed outside points.

| | Inside |

Labels displayed inside points.

|

The following properties accept/return PointLabelPosition values:

Remarks

Note

Note that the position of point labels can be specified only for Bar series.

See Also

DevExpress.DashboardCommon Namespace