PointLabelOptions Class
In This Article
Contains options related to series point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class PointLabelOptions :
PointLabelOptionsBase
#Related API Members
The following members return PointLabelOptions objects:
#Remarks
The ChartSeries.PointLabelOptions property provides access to options related to series point labels.
Use the PointLabelOptionsBase.ShowPointLabels property to display point labels for the current series. The PointLabelOptions.Content property allows you to specify content displayed within point labels.
#Inheritance
Object
PointLabelOptionsBase
PointLabelOptions
See Also