Back to Devexpress

PointLabelContentTypeEx Enum

dashboard-devexpress-dot-dashboardcommon-fc07182f.md

latest1.4 KB
Original Source

PointLabelContentTypeEx Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Flags]
public enum PointLabelContentTypeEx
vb
<Flags>
Public Enum PointLabelContentTypeEx

Members

NameDescription
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.

|

The following properties accept/return PointLabelContentTypeEx values:

Remarks

Values listed by this enumeration are used to set the PointLabelOptions.ContentType property.

See Also

DevExpress.DashboardCommon Namespace