Skip to main content

PointLabelOptions.ShowPointLabels Property

OBSOLETE

The ShowPointLabels property is obsolete now. Use the ContentType property instead.

Gets or sets whether to show point labels.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("The ShowPointLabels property is obsolete now. Use the ContentType property instead.")]
public override bool ShowPointLabels { get; set; }

Property Value

Type Description
Boolean

true, to show point labels; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowPointLabels
ChartSeries
.PointLabelOptions .ShowPointLabels
See Also