Skip to main content

ChartSeries.PointLabelOptions Property

Provides access to options related to series point labels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.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