Back to Devexpress

PointLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-0fa8eaeb.md

latest1.7 KB
Original Source

PointLabelPosition Enum

Lists the values specifying the point label position.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PointLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PointLabelPosition

Members

NameDescription
Center

Label is located at the point’s center.

| | Outside |

Label is located outside of the point.

|

The following properties accept/return PointLabelPosition values:

LibraryRelated API Members
Cross-Platform Class LibraryPointSeriesLabel.Position
WinForms ControlsPointSeriesLabelModel.Position

Remarks

The values of this enumeration are used to specify the PointSeriesLabel.Position property.

See Also

DevExpress.XtraCharts Namespace