Skip to main content

DataMember Constructors

Contains data member settings that specify from which column in a datasource to obtain data for data points, as well as how to treat this data.
Name Parameters Description
DataMember() none Initializes a new instance of the DataMember class with default settings.
DataMember(ChartDataMemberType, String) dataMemberType, columnName Initializes a new instance of the DataMember class with the data member type and a name of the column from a datasource.
See Also