DataMember Constructors
A data member that supplies data used to create series points.Name | Parameters | Description |
---|---|---|
DataMember() | none | Initializes a new instance of the DataMember class. |
DataMember(ChartDataMemberType, String, ScaleType) | chartDataMemberType, columnName, scaleType | Initializes a new instance of the DataMember class with specified settings. |
DataMember(ChartDataMemberType, String) | dataMemberType, columnName | Initializes a new instance of the DataMember class with specified settings. |
See Also