Skip to main content

ChartSeries.PointLabelOptions Property

Provides access to options related to series point labels.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public PointLabelOptions PointLabelOptions { get; }

#Property Value

Type Description
PointLabelOptions

A PointLabelOptions object that contains options related to series point labels.

See Also