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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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
HighLowCloseSeries
.PointLabelOptions .ShowPointLabels
OpenHighLowCloseSeries
.PointLabelOptions .ShowPointLabels
RangeSeries
.PointLabelOptions .ShowPointLabels
SimpleSeries
.PointLabelOptions .ShowPointLabels
WeightedSeries
.PointLabelOptions .ShowPointLabels
See Also