DataMember(ChartDataMemberType, String) Constructor
In This Article
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 |
---|---|---|
data |
Chart |
A Chart |
column |
String | A String value specifying the column name. This value is assigned to the Data |
See Also