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

ScatterPointLabelOptions.Content Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(ScatterPointLabelContentType.Argument)]
public ScatterPointLabelContentType Content { get; set; }

Property Value

Type Default Description
ScatterPointLabelContentType **Argument**

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

Available values:

Name Description
Argument

The argument value.

Weight

The weight summary value.

Values

Summary values.

ArgumentAndWeight

The argument and corresponding weight summary value.

ArgumentAndValues

The argument value and corresponding summary values.

Property Paths

You can access this nested property as listed below:

Object Type Path to Content
ScatterChartDashboardItem
See Also