Skip to main content

ChartSeries.PointLabelOptions Property

Provides access to options related to series point labels.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public PointLabelOptions PointLabelOptions { get; }

Property Value

Type Description
PointLabelOptions

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

See Also