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.v18.2.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.

Available values:

Name Description
Value

The summary value.

Argument

The argument value.

SeriesName

The name of the series.

ArgumentAndValue

The argument value and the corresponding summary value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Content
ChartSeries
HighLowCloseSeries
OpenHighLowCloseSeries
RangeSeries
SimpleSeries
WeightedSeries
See Also