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

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.v19.1.Core.dll

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
HighLowCloseSeries
OpenHighLowCloseSeries
RangeSeries
SimpleSeries
WeightedSeries
See Also