Back to Devexpress

PointLabelContentType Enum

dashboard-devexpress-dot-dashboardcommon-9ea915fe.md

latest1003 B
Original Source

PointLabelContentType 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
public enum PointLabelContentType
vb
Public Enum PointLabelContentType

Members

NameDescription
Value

The summary value.

| | Argument |

The argument value.

| | SeriesName |

The name of the series.

| | ArgumentAndValue |

The argument value and the corresponding summary value.

|

See Also

DevExpress.DashboardCommon Namespace