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.v24.1.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 |
|
See Also