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

ScatterPointLabelContentType Enum

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

Namespace: DevExpress.DashboardCommon

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

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.

Remarks

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

See Also