Skip to main content
A newer version of this page is available. .
All docs
V22.2

DataMember(ChartDataMemberType, String, ScaleType) Constructor

Initializes a new instance of the DataMember class with specified settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DataMember(
    ChartDataMemberType chartDataMemberType,
    string columnName,
    ScaleType scaleType
)

Parameters

Name Type Description
chartDataMemberType ChartDataMemberType

The data member type.

columnName String

The name of the data source column.

scaleType ScaleType

The data member scale type.

See Also