Skip to main content

PointLabelOptions.Content Property

OBSOLETE

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

Gets or sets the type of content displayed within series point labels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Description
PointLabelContentType

A PointLabelContentType object that specifies the type of content displayed within series point labels.

Property Paths

You can access this nested property as listed below:

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