Skip to main content

PointLabelPosition Enum

Lists values used to specify the point label position.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum PointLabelPosition

#Members

Name Description
Outside

Labels displayed outside points.

Inside

Labels displayed inside points.

#Related API Members

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