Skip to main content
All docs
V23.2

DataMemberCollection.Item[ChartDataMemberType] Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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