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

PointLabelContentType Enum

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum PointLabelContentType

Members

Name Description
Value

The summary value.

Argument

The argument value.

SeriesName

The name of the series.

ArgumentAndValue

The argument value and the corresponding summary value.

Remarks

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

See Also