Skip to main content
All docs
V26.1
  • DataMember(ChartDataMemberType, String) Constructor

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public DataMember(
        ChartDataMemberType dataMemberType,
        string columnName
    )

    Parameters

    Name Type Description
    dataMemberType ChartDataMemberType

    The data member type.

    columnName String

    The name of the data source column.

    See Also