PointLabelContentTypeEx Enum
Lists values that identify types of content displayed within series point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
None
|
Point labels are not displayed. |
Argument
|
The argument value. |
SeriesName
|
The name of the series. |
Value
|
The summary value. |
Percent
|
The percent value. Note that this value can be displayed for full stacked series only. |
Remarks
Values listed by this enumeration are used to set the PointLabelOptions.ContentType property.
See Also