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

ScatterChartDashboardItem.PointLabelOptions Property

Provides access to point label options of the scatter chart.

Namespace: DevExpress.DashboardCommon

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

Declaration

public ScatterPointLabelOptions PointLabelOptions { get; }

Property Value

Type Description
ScatterPointLabelOptions

A ScatterPointLabelOptions object containing point label options of the scatter chart.

See Also