dashboard-devexpress-dot-dashboardcommon-ad07d7f7.md
Contains options related to series point labels.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class PointLabelOptions :
PointLabelOptionsBase
Public Class PointLabelOptions
Inherits PointLabelOptionsBase
The following members return PointLabelOptions objects:
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.
Object PointLabelOptionsBase PointLabelOptions
See Also