Skip to main content

PointLabelPosition Enum

Lists values used to specify the point label position.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

Remarks

Note

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

See Also