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

PointLabelOptionsBase.ShowPointLabels Property

Gets or sets whether to show point labels.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(false)]
public virtual bool ShowPointLabels { get; set; }

Property Value

Type Default Description
Boolean **false**

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
ScatterChartDashboardItem
.PointLabelOptions.ShowPointLabels
SimpleSeries
.PointLabelOptions.ShowPointLabels
WeightedSeries
.PointLabelOptions.ShowPointLabels
See Also