DataMemberCollection.Item[ChartDataMemberType] Property
Returns the name of the data member that matches the specified type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | ChartDataMemberType | The type of the data member whose name to be located. |
Property Value
| Type | Description |
|---|---|
| String | The data member name. |
See Also