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

ChartSeries.PointLabelOptions Property

Provides access to options related to series point labels.

Namespace: DevExpress.DashboardCommon

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

Declaration

public PointLabelOptions PointLabelOptions { get; }

Property Value

Type Description
PointLabelOptions

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

See Also