Back to Devexpress

PointLabelOptions Class

dashboard-devexpress-dot-dashboardcommon-ad07d7f7.md

latest1.7 KB
Original Source

PointLabelOptions Class

Contains options related to series point labels.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class PointLabelOptions :
    PointLabelOptionsBase
vb
Public Class PointLabelOptions
    Inherits PointLabelOptionsBase

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

PointLabelOptions Members

DevExpress.DashboardCommon Namespace