Skip to main content
A newer version of this page is available. .

PointLabelPosition Enum

Lists values used to specify the point label position.

Namespace: DevExpress.DashboardCommon

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

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

Values listed in this enumeration are used to set the following properties:

See Also