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

PointLabelContentTypeEx Enum

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

Namespace: DevExpress.DashboardCommon

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

Declaration

[Flags]
public enum PointLabelContentTypeEx

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