Skip to main content
All docs
V24.1

DataMemberCollection.Item[ChartDataMemberType] Property

Returns the name of the data member that matches the specified type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[NonTestableProperty]
public string this[ChartDataMemberType key] { get; set; }

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