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

PointLabelOptions Class

Contains options related to series point labels.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class PointLabelOptions :
    PointLabelOptionsBase

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

See Also