Skip to main content

DataMember(ChartDataMemberType, String) Constructor

Initializes a new instance of the DataMember class with the data member type and a name of the column from a datasource.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataMember(
    ChartDataMemberType dataMemberType,
    string columnName
)

Parameters

Name Type Description
dataMemberType ChartDataMemberType

A ChartDataMemberType enumeration value specifying the data member type. This value is assigned to the DataMember.DataMemberType property.

columnName String

A String value specifying the column name. This value is assigned to the DataMember.ColumnName property.

See Also