Skip to main content

ScatterPointLabelContentType Enum

Lists values that identify types of content displayed within point labels.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum ScatterPointLabelContentType

#Members

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.

#Related API Members

The following properties accept/return ScatterPointLabelContentType values:

#Remarks

Values listed by this enumeration are used to set the ScatterPointLabelOptions.Content property.

See Also