Skip to main content
All docs
V25.1
  • 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

    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