Back to Devexpress

ScatterPointLabelContentType Enum

dashboard-devexpress-dot-dashboardcommon-2f2d485e.md

latest1.5 KB
Original Source

ScatterPointLabelContentType Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ScatterPointLabelContentType
vb
Public Enum ScatterPointLabelContentType

Members

NameDescription
Argument

The argument value.

| | Weight |

The weight summary value.

| | Values |

Summary values.

| | ArgumentAndWeight |

The argument and corresponding weight summary value.

| | ArgumentAndValues |

The argument value and corresponding summary values.

|

The following properties accept/return ScatterPointLabelContentType values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace