ChartDataMemberType Enum
Lists the values used to specify which attribute of a data point should be populated using a data member’s settings.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Argument
|
A data member specifies an argument of a data point. |
Value
|
A data member specifies the value of a data point. |
Related API Members
The following properties accept/return ChartDataMemberType values:
Remarks
The values listed by the ChartDataMemberType enumerator are used to set the DataMember.DataMemberType properties.
See Also