ScatterPointLabelContentType Enum
Lists values that identify types of content displayed within point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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